Home
last modified time | relevance | path

Searched defs:_read (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
Dpacs.c588 #define BT_PAC_SNK(_read) \ argument
604 #define BT_PACS_SNK_LOC(_read) \ argument
616 #define BT_PAC_SRC(_read) \ argument
632 #define BT_PACS_SRC_LOC(_read) \ argument
641 #define BT_PAC_AVAILABLE_CONTEXT(_read) \ argument
652 #define BT_PAC_SUPPORTED_CONTEXT(_read) \ 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.h919 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _user_data) \ argument
1182 #define BT_GATT_DESCRIPTOR(_uuid, _perm, _read, _write, _user_data) \ argument
1197 #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