Home
last modified time | relevance | path

Searched defs:_read (Results 1 – 4 of 4) 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/include/zephyr/bluetooth/
Dgatt.h993 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _user_data) \ 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.c226 int _read(int fd, void *buf, int nbytes) in _read() function