S42/Central Software User Guide
1VV0301318 Rev. 3
– 2018-08-31
Reproduction forbidden without written authorization from Telit Communications S.p.A.- All Rights Reserved.
Page 12 of 66
3.1.1.2.
Create GATT Connection
To establish a GATT connection to a peripheral device it is required to initiate a call request to
the unique Bluetooth address.
ATDF1B9EB41D81E,t3,GATT
CONNECT GATT 0x10
The S42/Central reports the created GATT connection with the result message
„CONNECT“ include the connection type „GATT“ and a connection handle “0x10”.
This connection handle is not set to a fixed value and will be different for each connection.
The given connection handle is required for further activities onto this peripheral device.
3.1.1.3.
Discovering Services and Characteristics
After the GATT connection was established the S42/Central should search for
available services and their characteristics using the AT+LESRVD command.
AT+LESRVD=0x10
UUID:1800
UUID:1801
UUID:180A
UUID:FF00
OK
The S42/Central reports a list of GATT services from the peripheral device.
This list of available services also includes the UUID: “FF00”. This UUID was listed during
the LESCAN result of this peripheral device as well. If the required service UUID is already
known, the service search function could be skipped.
In addition to the service UUID value it is required to get the characteristic values of the
required service UUID.