/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 40 .perm = _perm, \ 61 #define BT_GATT_H_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _value,\ argument 71 BT_GATT_H_ATTRIBUTE(_uuid, _perm, _read, _write, _value, _handle + 1) 133 #define BT_GATT_H_DESCRIPTOR(_uuid, _perm, _read, _write, _value, _handle) \ argument 134 BT_GATT_H_ATTRIBUTE(_uuid, _perm, _read, _write, _value, _handle) 145 #define BT_GATT_H_MANAGED(_ccc, _perm, _handle) \ argument 146 BT_GATT_H_ATTRIBUTE(BT_UUID_GATT_CCC, _perm,\ 210 #define BT_GATT_H_CUD(_value, _perm, _handle) \ argument 212 _perm, \
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 919 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _user_data) \ argument 925 BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _user_data) 1054 #define BT_GATT_CCC_MANAGED(_ccc, _perm) \ argument 1055 BT_GATT_ATTRIBUTE(BT_UUID_GATT_CCC, _perm, \ 1068 #define BT_GATT_CCC(_changed, _perm) \ argument 1070 {BT_GATT_CCC_INITIALIZER(_changed, NULL, NULL)}), _perm) 1133 #define BT_GATT_CUD(_value, _perm) \ argument 1134 BT_GATT_DESCRIPTOR(BT_UUID_GATT_CUD, _perm, bt_gatt_attr_read_cud, \ 1182 #define BT_GATT_DESCRIPTOR(_uuid, _perm, _read, _write, _user_data) \ argument 1183 BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _user_data) [all …]
|
/Zephyr-latest/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-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_object.h | 167 #define OBJ_FIELD(_id, _perm, _type) \ argument 169 .permissions = LWM2M_PERM_ ## _perm, \
|