Searched defs:_perm (Results 1 – 4 of 4) 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 145 #define BT_GATT_H_MANAGED(_ccc, _perm, _handle) \ argument 210 #define BT_GATT_H_CUD(_value, _perm, _handle) \ argument
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | audio_internal.h | 50 #define BT_AUDIO_CHRC(_uuid, _props, _perm, _read, _write, _user_data) \ argument
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 919 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _user_data) \ argument 1054 #define BT_GATT_CCC_MANAGED(_ccc, _perm) \ argument 1068 #define BT_GATT_CCC(_changed, _perm) \ argument 1133 #define BT_GATT_CUD(_value, _perm) \ argument 1182 #define BT_GATT_DESCRIPTOR(_uuid, _perm, _read, _write, _user_data) \ argument 1197 #define BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _user_data) \ argument
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_object.h | 167 #define OBJ_FIELD(_id, _perm, _type) \ argument
|