Home
last modified time | relevance | path

Searched defs:_write (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Daudio_internal.h42 #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/
Dgatt_macs.h37 #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/
Dlibc-hooks.c66 int _write(int fd, const char *buf, unsigned int nbytes) in _write() function
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h993 #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/
Dlibc-hooks.c234 int _write(int fd, const void *buf, int nbytes) in _write() function