Home
last modified time | relevance | path

Searched refs:_uuid (Results 1 – 6 of 6) 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
258 .uuid = _uuid, \
264 #define GATT_PRIMARY_SERVICE_DEFINE(_uuid) \ argument
265 GATT_ATT_DEFINE(UUID_GATT_PRIMARY, GATT_PERM_READ, NULL, NULL,_uuid)
267 #define GATT_SECONDARY_SERVICE_DEFINE(_uuid) \ argument
268 GATT_ATT_DEFINE(UUID_GATT_SECONDARY, GATT_PERM_READ, NULL, NULL, _uuid)
270 #define GATT_CHAR_DEFINE(_uuid, _props) \ argument
274 #define GATT_CHAR_VAL_DEFINE(_uuid, _perm) \ argument
275 GATT_ATT_DEFINE(_uuid, _perm, NULL, NULL, NULL)
277 #define GATT_CHAR_DESCRIPTOR_DEFINE(_uuid, _perm) \ argument
[all …]
/AliOS-Things-master/components/ble_host/ble_profiles/
A Dibeacons.c19 static uint8_t *ibeacon_Init(uint8_t _id[2], uint8_t _uuid[16], uint8_t _major[2], uint8_t _minor[2… in ibeacon_Init()
29 uu.init_becons.uuid[i] = _uuid[i]; in ibeacon_Init()
43 int ibeacon_start(uint8_t _id[2], uint8_t _uuid[16], uint8_t _major[2], uint8_t _minor[2], uint8_t in ibeacon_start()
56 ad[1].data = (uint8_t *)ibeacon_Init(_id, _uuid, _major, _minor, _measure_power); in ibeacon_start()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dgatt.h551 #define BT_GATT_CHARACTERISTIC(_uuid, _props, _perm, _read, _write, _value) \ argument
554 ((struct bt_gatt_chrc[]) { { .uuid = _uuid, \
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
826 .uuid = _uuid, \
A Dsdp.h402 #define BT_SDP_SERVICE_ID(_uuid) \ argument
405 { BT_SDP_TYPE_SIZE(BT_SDP_UUID16), &((struct bt_uuid_16) _uuid) } \
/AliOS-Things-master/components/ble_host/ble_profiles/include/yoc/
A Dibeacons.h19 int ibeacon_start(uint8_t _id[2], uint8_t _uuid[16], uint8_t _major[2], uint8_t _minor[2], uint8_t
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c2952 #define BT_GATT_CHRC(_uuid, _handle, _props) \ argument
2955 (&(struct bt_gatt_chrc) { .uuid = _uuid, \

Completed in 19 milliseconds