Searched refs:BT_UUID_GATT_CCC (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | uuid.h | 219 #define BT_UUID_GATT_CCC BT_UUID_DECLARE_16(0x2902) macro
|
A D | gatt.h | 688 BT_GATT_ATTRIBUTE(BT_UUID_GATT_CCC, _perm, \
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | proxy.c | 703 …BT_GATT_DESCRIPTOR(BT_UUID_GATT_CCC, BT_GATT_PERM_WRITE | BT_GATT_PERM_READ, prov_ccc_read, prov_c… 822 …BT_GATT_DESCRIPTOR(BT_UUID_GATT_CCC, BT_GATT_PERM_READ | BT_GATT_PERM_WRITE, proxy_ccc_read, proxy…
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | gatt.c | 2062 bt_gatt_foreach_attr_type(handle, 0xffff, BT_UUID_GATT_CCC, NULL, 1, in bt_gatt_notify_cb() 2149 bt_gatt_foreach_attr_type(handle, 0xffff, BT_UUID_GATT_CCC, NULL, 1, in bt_gatt_indicate() 2418 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CCC) != 0) { in bt_gatt_is_subscribed() 2423 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CCC) != 0) { in bt_gatt_is_subscribed()
|
Completed in 20 milliseconds