Home
last modified time | relevance | path

Searched refs:BT_UUID_GATT_CEP (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.6.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dgatt_macs.h194 BT_GATT_H_DESCRIPTOR(BT_UUID_GATT_CEP, \
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dgatt.h950 BT_GATT_DESCRIPTOR(BT_UUID_GATT_CEP, BT_GATT_PERM_READ, \
Duuid.h868 #define BT_UUID_GATT_CEP \ macro
/Zephyr-Core-3.6.0/tests/bluetooth/tester/src/
Dbtp_gatt.c612 if (!bt_uuid_cmp(d->uuid, BT_UUID_GATT_CEP)) { in alloc_descriptor()
835 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CEP)) { in alloc_value()
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dgatt.c4527 (!bt_uuid_cmp(params->uuid, BT_UUID_GATT_CEP) || in bt_gatt_discover()