Home
last modified time | relevance | path

Searched refs:BT_UUID_GATT_PRIMARY (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Duuid.h195 #define BT_UUID_GATT_PRIMARY BT_UUID_DECLARE_16(0x2800) macro
A Dgatt.h475 BT_GATT_ATTRIBUTE(BT_UUID_GATT_PRIMARY, BT_GATT_PERM_READ, \
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c1217 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY) || in get_service_handles()
2721 uuid_svc.val = BT_UUID_16(BT_UUID_GATT_PRIMARY)->val; in gatt_find_type_rsp()
2767 uuid_val = BT_UUID_16(BT_UUID_GATT_PRIMARY)->val; in gatt_find_type()
3146 uuid_svc.val = BT_UUID_16(BT_UUID_GATT_PRIMARY)->val; in parse_service()
3211 net_buf_add_le16(buf, BT_UUID_16(BT_UUID_GATT_PRIMARY)->val); in gatt_read_group()
3303 if (!bt_uuid_cmp(&u.uuid, BT_UUID_GATT_PRIMARY) || in gatt_find_info_rsp()
3383 (!bt_uuid_cmp(params->uuid, BT_UUID_GATT_PRIMARY) || in bt_gatt_discover()
A Datt.c733 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY)) { in find_type_cb()
876 if (bt_uuid_cmp(BT_UUID_DECLARE_16(type), BT_UUID_GATT_PRIMARY)) { in att_find_type_req()
1399 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY) && in read_group_cb()
1521 if (bt_uuid_cmp(&u.uuid, BT_UUID_GATT_PRIMARY) && in att_read_group_req()

Completed in 19 milliseconds