mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-03 20:54:18 +00:00
add more GAP characteristic UUIDs
This commit is contained in:
parent
d5814ca7a9
commit
f4937b6ad1
@ -161,6 +161,7 @@ extern "C" {
|
||||
#define GAP_APPEARANCE_UUID 0x2a01
|
||||
#define GAP_PERIPHERAL_PRIVACY_FLAG 0x2a02
|
||||
#define GAP_RECONNECTION_ADDRESS_UUID 0x2a03
|
||||
#define GAP_PERIPHERAL_PREFERRED_CONNECTION_PARAMETERS_UUID 0x2a04
|
||||
|
||||
|
||||
typedef struct att_connection {
|
||||
|
@ -41,6 +41,7 @@ assigned_uuids = {
|
||||
'GATT_SERVICE' : 0x1801,
|
||||
'GAP_DEVICE_NAME' : 0x2a00,
|
||||
'GAP_APPEARANCE' : 0x2a01,
|
||||
'GAP_PERIPHERAL_PREFERRED_CONNECTION_PARAMETERS' : 0x2A04,
|
||||
'GATT_SERVICE_CHANGED' : 0x2a05,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user