Searched defs:_uuid (Results  1 – 7 of 7) sorted by relevance
| /Zephyr-latest/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-latest/tests/bluetooth/audio/mocks/include/ | 
| D | gatt_expects.h | 16 #define expect_bt_gatt_notify_cb_called_once(_conn, _uuid, _attr, _data, _len)                     \  argument
  | 
| /Zephyr-latest/subsys/bluetooth/audio/ | 
| D | audio_internal.h | 50 #define BT_AUDIO_CHRC(_uuid, _props, _perm, _read, _write, _user_data) \  argument
  | 
| D | ascs.c | 3070 #define BT_ASCS_ASE_DEFINE(_uuid, _id) \  argument
  | 
| D | tbs.c | 1895 #define BT_TBS_SERVICE_DEFINE(_uuid, _inst)                                                        \  argument
  | 
| /Zephyr-latest/include/zephyr/bluetooth/ | 
| D | gatt.h | 969 #define BT_GATT_CHRC_INIT(_uuid, _handle, _props) \  argument 993 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _user_data) \  argument 1280 #define BT_GATT_DESCRIPTOR(_uuid, _perm, _read, _write, _user_data)	\  argument 1295 #define BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _user_data)	\  argument
  | 
| /Zephyr-latest/include/zephyr/bluetooth/classic/ | 
| D | sdp.h | 416 #define BT_SDP_SERVICE_ID(_uuid) \  argument
  |