Searched defs:_write (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | audio_internal.h | 42 #define BT_AUDIO_ATTR_USER_DATA_INIT(_read, _write, _user_data) \ argument 50 #define BT_AUDIO_CHRC(_uuid, _props, _perm, _read, _write, _user_data) \ argument
|
/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/lib/libc/arcmwdt/ |
D | libc-hooks.c | 66 int _write(int fd, const char *buf, unsigned int nbytes) in _write() function
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 993 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _user_data) \ argument 1135 #define BT_GATT_CCC_INITIALIZER(_changed, _write, _match) \ 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/lib/libc/newlib/ |
D | libc-hooks.c | 234 int _write(int fd, const void *buf, int nbytes) in _write() function
|