This patch set makes it possible to use the experimental Adapter1 ConnectDevice DBUS API to connect to a device without also connecting each of the device's services. This enables the out-of-band discovery of an address and expected service set without a general discovery procedure. This patch builds on this previous commit: commit c3f7b6733c5f ("adapter: Add ConnectDevice method") and review feedback on an earlier patch here: https://marc.info/?l=linux-bluetooth&m=153451634605069&w=2 George Josh Karabin (2): Allow Adapter1 ConnectDevice method to connect a limited set of service UUIDs Update the Adapter1 API to match the change to ConnectDevice. George Josh Karabin (2): Allow Adapter1 ConnectDevice method to connect a limited set of service UUIDs Update the Adapter1 API to match the change to ConnectDevice. doc/adapter-api.txt | 16 +++++--- src/adapter.c | 91 +++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 95 insertions(+), 12 deletions(-) -- 2.17.1