Home
last modified time | relevance | path

Searched refs:bt_uuid_cmp (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dgatt.c1133 if (!bt_uuid_cmp(svc->attrs[0].uuid, BT_UUID_GAP) || in bt_gatt_service_register()
1134 !bt_uuid_cmp(svc->attrs[0].uuid, BT_UUID_GATT)) { in bt_gatt_service_register()
1217 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY) || in get_service_handles()
1352 if (uuid && bt_uuid_cmp(uuid, attr->uuid)) { in gatt_foreach_iter()
2044 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_notify_cb()
2131 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_indicate()
2405 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CHRC)) { in bt_gatt_is_subscribed()
2418 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_CCC) != 0) { in bt_gatt_is_subscribed()
3303 if (!bt_uuid_cmp(&u.uuid, BT_UUID_GATT_PRIMARY) || in gatt_find_info_rsp()
3305 !bt_uuid_cmp(&u.uuid, BT_UUID_GATT_INCLUDE)) { in gatt_find_info_rsp()
[all …]
A Duuid.c60 int bt_uuid_cmp(const struct bt_uuid *u1, const struct bt_uuid *u2) in bt_uuid_cmp() function
A Datt.c728 if (!bt_uuid_cmp(attr->uuid, BT_UUID_GATT_SECONDARY)) { in find_type_cb()
733 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY)) { in find_type_cb()
788 if (bt_uuid_cmp(&recvd_uuid.uuid, &ref_uuid.uuid)) { in find_type_cb()
876 if (bt_uuid_cmp(BT_UUID_DECLARE_16(type), BT_UUID_GATT_PRIMARY)) { in att_find_type_req()
993 if (bt_uuid_cmp(attr->uuid, data->uuid)) { in read_type_cb()
1399 if (bt_uuid_cmp(attr->uuid, BT_UUID_GATT_PRIMARY) && in read_group_cb()
1400 bt_uuid_cmp(attr->uuid, BT_UUID_GATT_SECONDARY)) { in read_group_cb()
1409 if (bt_uuid_cmp(attr->uuid, data->uuid)) { in read_group_cb()
1521 if (bt_uuid_cmp(&u.uuid, BT_UUID_GATT_PRIMARY) && in att_read_group_req()
1522 bt_uuid_cmp(&u.uuid, BT_UUID_GATT_SECONDARY)) { in att_read_group_req()
A Dsdp.c365 if (!bt_uuid_cmp(&u.uuid, uuid)) { in search_uuid()
371 if (!bt_uuid_cmp(&u.uuid, uuid)) { in search_uuid()
377 if (!bt_uuid_cmp(&u.uuid, uuid)) { in search_uuid()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Duuid.h576 int bt_uuid_cmp(const struct bt_uuid *u1, const struct bt_uuid *u2);
/AliOS-Things-master/components/ble_host/bt_host/aos/
A Dble.c702 return bt_uuid_cmp((struct bt_uuid *)uuid1, (struct bt_uuid *)uuid2); in uuid_compare()

Completed in 33 milliseconds