Searched defs:_read (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/edtt_ble_test_app/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-Core-2.7.6/include/bluetooth/ |
D | gatt.h | 660 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _user_data) \ argument 917 #define BT_GATT_DESCRIPTOR(_uuid, _perm, _read, _write, _user_data) \ argument 931 #define BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _user_data) \ argument
|
/Zephyr-Core-2.7.6/lib/libc/newlib/ |
D | libc-hooks.c | 214 int _read(int fd, char *buf, int nbytes) in _read() function
|