Home
last modified time | relevance | path

Searched defs:_perm (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h256 #define GATT_ATT_DEFINE(_uuid, _perm, _read, _write,_value) \ argument
274 #define GATT_CHAR_VAL_DEFINE(_uuid, _perm) \ argument
277 #define GATT_CHAR_DESCRIPTOR_DEFINE(_uuid, _perm) \ argument
284 #define GATT_CHAR_CUD_DEFINE(_value, _perm) \ argument
287 #define GATT_CHAR_CPF_DEFINE(_value, _perm) \ argument
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dgatt.h551 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _value) \ argument
687 #define BT_GATT_CCC_MANAGED(_ccc, _perm) \ argument
700 #define BT_GATT_CCC(_changed, _perm) \ argument
764 #define BT_GATT_CUD(_value, _perm) \ argument
810 #define BT_GATT_DESCRIPTOR(_uuid, _perm, _read, _write, _value) \ argument
824 #define BT_GATT_ATTRIBUTE(_uuid, _perm, _read, _write, _value) \ argument

Completed in 10 milliseconds