Searched refs:_props (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/ |
D | audio_internal.h | 50 #define BT_AUDIO_CHRC(_uuid, _props, _perm, _read, _write, _user_data) \ argument 51 BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, bt_audio_read_chrc, bt_audio_write_chrc, \
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | gatt_macs.h | 61 #define BT_GATT_H_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _value,\ argument 68 .properties = _props \
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/ |
D | gatt.h | 767 #define BT_GATT_CHRC_INIT(_uuid, _handle, _props) \ argument 771 .properties = _props, \ 791 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _user_data) \ argument 795 BT_GATT_CHRC_INIT(_uuid, 0U, _props), \
|