CreatePairedDevice and CreateDevice trigger GATT discover all primary services procedure if the device is Bluetooth Low Energy. --- doc/adapter-api.txt | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index 9d7f284..fb8c2e8 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -92,7 +92,7 @@ Methods dict GetProperties() Creates a new object path for a remote device. This method will connect to the remote device and retrieve - all SDP records. + all SDP records (or GATT primary services). If the object for the remote device already exists this method will fail. @@ -105,7 +105,8 @@ Methods dict GetProperties() Creates a new object path for a remote device. This method will connect to the remote device and retrieve - all SDP records and then initiate the pairing. + all SDP records (or GATT primary services) and then + initiate the pairing. If previously CreateDevice was used successfully, this method will only initiate the pairing. -- 1.7.8.6 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html