Home
last modified time | relevance | path

Searched refs:BT_GATT_CUD (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/bluetooth/peripheral_esp/src/
Dmain.c327 BT_GATT_CUD(SENSOR_1_NAME, BT_GATT_PERM_READ),
343 BT_GATT_CUD(SENSOR_2_NAME, BT_GATT_PERM_READ),
356 BT_GATT_CUD(SENSOR_3_NAME, BT_GATT_PERM_READ),
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmain.c87 BT_GATT_CUD("Badge Name", BT_GATT_PERM_READ),
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_server_test.c87 BT_GATT_CUD("Short test_svc format description", BT_GATT_PERM_READ),
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_server_test.c103 BT_GATT_CUD("Short test_svc format description", BT_GATT_PERM_READ),
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dgatt.rst42 :c:macro:`BT_GATT_CUD`
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1133 #define BT_GATT_CUD(_value, _perm) \ macro