Home
last modified time | relevance | path

Searched refs:_props (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Daudio_internal.h50 #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/
Dgatt_macs.h61 #define BT_GATT_H_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _value,\ argument
68 .properties = _props \
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dgatt.h767 #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), \