Searched refs:BT_GATT_CUD (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/samples/bluetooth/peripheral_esp/src/ |
D | main.c | 327 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/ |
D | main.c | 87 BT_GATT_CUD("Badge Name", BT_GATT_PERM_READ),
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | gatt_server_test.c | 87 BT_GATT_CUD("Short test_svc format description", BT_GATT_PERM_READ),
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/ |
D | gatt_server_test.c | 103 BT_GATT_CUD("Short test_svc format description", BT_GATT_PERM_READ),
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | gatt.rst | 42 :c:macro:`BT_GATT_CUD`
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 1133 #define BT_GATT_CUD(_value, _perm) \ macro
|