Home
last modified time | relevance | path

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 Duuid.h219 #define BT_UUID_GATT_CCC BT_UUID_DECLARE_16(0x2902) macro
A Dgatt.h688 BT_GATT_ATTRIBUTE(BT_UUID_GATT_CCC, _perm, \
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dproxy.c703 …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 Dgatt.c2062 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