Home
last modified time | relevance | path

Searched refs:_props (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/aos/
A Dgatt.h270 #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 Dgatt.h551 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _value) \ argument
556 .properties = _props, \
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c2952 #define BT_GATT_CHRC(_uuid, _handle, _props) \ argument
2957 .properties = _props, }))

Completed in 14 milliseconds