Searched refs:_read (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | gatt.h | 551 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _value) \ argument 558 BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _value) 810 #define BT_GATT_DESCRIPTOR(_uuid, _perm, _read, _write, _value) \ argument 811 BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _value) 824 #define BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _value) \ argument 827 .read = _read, \
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/ram/ |
A D | low_level_io.c | 64 int _read(int file, char * ptr, int len) in _read() function
|
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 256 #define GATT_ATT_DEFINE(_uuid, _perm, _read, _write,_value) \ argument 260 .read = _read, \
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | gzguts.h | 48 # define read _read
|
Completed in 7 milliseconds