Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/samples/bluetooth/peripheral_esp/src/
Dmain.c325 BT_GATT_DESCRIPTOR(BT_UUID_ES_MEASUREMENT, BT_GATT_PERM_READ,
328 BT_GATT_DESCRIPTOR(BT_UUID_VALID_RANGE, BT_GATT_PERM_READ,
330 BT_GATT_DESCRIPTOR(BT_UUID_ES_TRIGGER_SETTING,
341 BT_GATT_DESCRIPTOR(BT_UUID_ES_MEASUREMENT, BT_GATT_PERM_READ,
344 BT_GATT_DESCRIPTOR(BT_UUID_VALID_RANGE, BT_GATT_PERM_READ,
346 BT_GATT_DESCRIPTOR(BT_UUID_ES_TRIGGER_SETTING,
357 BT_GATT_DESCRIPTOR(BT_UUID_ES_MEASUREMENT, BT_GATT_PERM_READ,
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dgatt.h972 BT_GATT_DESCRIPTOR(BT_UUID_GATT_CEP, BT_GATT_PERM_READ, \
1006 BT_GATT_DESCRIPTOR(BT_UUID_GATT_CUD, _perm, bt_gatt_attr_read_cud, \
1037 BT_GATT_DESCRIPTOR(BT_UUID_GATT_CPF, BT_GATT_PERM_READ, \
1054 #define BT_GATT_DESCRIPTOR(_uuid, _perm, _read, _write, _user_data) \ macro
/Zephyr-Core-3.7.0/samples/bluetooth/peripheral_hids/src/
Dhog.c167 BT_GATT_DESCRIPTOR(BT_UUID_HIDS_REPORT_REF, BT_GATT_PERM_READ,
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/
Dgatt.rst30 :c:macro:`BT_GATT_DESCRIPTOR`
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/
Dbtp_gatt.c649 BT_GATT_DESCRIPTOR(d->uuid, in alloc_descriptor()