/Zephyr-Core-3.4.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 42 .write = _write, \ 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)
|
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/ |
D | audio_internal.h | 35 #define BT_AUDIO_ATTR_USER_DATA_INIT(_read, _write, _user_data) \ argument 38 .write = _write, \ 43 #define BT_AUDIO_CHRC(_uuid, _props, _perm, _read, _write, _user_data) \ argument 46 BT_AUDIO_ATTR_USER_DATA_INIT(_read, _write, _user_data), \
|
/Zephyr-Core-3.4.0/lib/libc/newlib/ |
D | libc-hooks.c | 222 int _write(int fd, const void *buf, int nbytes) in _write() function 228 __weak FUNC_ALIAS(_write, write, int); 249 #define _write write macro 279 _write(1, "exit\n", 5); in _exit() 467 _write(2, chk_fail_msg, sizeof(chk_fail_msg) - 1); in __chk_fail() 492 return _write(fd, buf, nbytes); in _write_r()
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/ |
D | gatt.h | 717 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _user_data) \ argument 723 BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _user_data) 840 #define BT_GATT_CCC_INITIALIZER(_changed, _write, _match) \ argument 844 .cfg_write = _write, \ 985 #define BT_GATT_DESCRIPTOR(_uuid, _perm, _read, _write, _user_data) \ argument 986 BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _user_data) 1000 #define BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _user_data) \ argument 1004 .write = _write, \
|
/Zephyr-Core-3.4.0/lib/libc/arcmwdt/ |
D | libc-hooks.c | 66 int _write(int fd, const char *buf, unsigned int nbytes) in _write() function
|
/Zephyr-Core-3.4.0/lib/os/ |
D | fdtable.c | 303 FUNC_ALIAS(write, _write, ssize_t);
|
/Zephyr-Core-3.4.0/drivers/eeprom/ |
D | eeprom_at2x.c | 648 .write_fn = eeprom_at##t##_write, \
|