Searched defs:_uuid (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | gatt_macs.h | 37 #define BT_GATT_H_ATTRIBUTE(_uuid, _perm, _read, _write, _value, _handle) \ argument 61 #define BT_GATT_H_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _value,\ argument 133 #define BT_GATT_H_DESCRIPTOR(_uuid, _perm, _read, _write, _value, _handle) \ argument
|
/Zephyr-Core-3.7.0/tests/bluetooth/audio/mocks/include/ |
D | gatt_expects.h | 15 #define expect_bt_gatt_notify_cb_called_once(_conn, _uuid, _attr, _data, _len) \ argument
|
/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
|
D | ascs.c | 3075 #define BT_ASCS_ASE_DEFINE(_uuid, _id) \ argument
|
D | tbs.c | 1545 #define BT_TBS_SERVICE_DEFINE(_uuid, _inst) \ argument
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/ |
D | gatt.h | 767 #define BT_GATT_CHRC_INIT(_uuid, _handle, _props) \ argument 791 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _user_data) \ argument 1054 #define BT_GATT_DESCRIPTOR(_uuid, _perm, _read, _write, _user_data) \ argument 1069 #define BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _user_data) \ argument
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/ |
D | sdp.h | 416 #define BT_SDP_SERVICE_ID(_uuid) \ argument
|