Searched defs:_uuid (Results 1 – 4 of 4) sorted by relevance
/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 264 #define GATT_PRIMARY_SERVICE_DEFINE(_uuid) \ argument 267 #define GATT_SECONDARY_SERVICE_DEFINE(_uuid) \ argument 270 #define GATT_CHAR_DEFINE(_uuid, _props) \ argument 274 #define GATT_CHAR_VAL_DEFINE(_uuid, _perm) \ argument 277 #define GATT_CHAR_DESCRIPTOR_DEFINE(_uuid, _perm) \ argument
|
/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 810 #define BT_GATT_DESCRIPTOR(_uuid, _perm, _read, _write, _value) \ argument 824 #define BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _value) \ argument
|
A D | sdp.h | 402 #define BT_SDP_SERVICE_ID(_uuid) \ argument
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | gatt.c | 2952 #define BT_GATT_CHRC(_uuid, _handle, _props) \ argument
|
Completed in 17 milliseconds