Searched refs:_props (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/aos/ |
A D | gatt.h | 270 #define GATT_CHAR_DEFINE(_uuid, _props) \ argument 272 NULL, NULL,(&(struct gatt_char_t){.uuid= _uuid,.value_handle = 0,.properties = _props,}))
|
/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 556 .properties = _props, \
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | gatt.c | 2952 #define BT_GATT_CHRC(_uuid, _handle, _props) \ argument 2957 .properties = _props, }))
|
Completed in 14 milliseconds