Searched refs:service_exists (Results 1 – 1 of 1) sorted by relevance
/btstack/test/att_db/ |
H A D | att_db_test.cpp | 610 …bool service_exists = gatt_server_get_handle_range_for_service_with_uuid16(0x00, &start_handle, &e… in TEST() local 611 CHECK_EQUAL(false, service_exists); in TEST() 630 …bool service_exists = gatt_server_get_handle_range_for_service_with_uuid128(uuid128_1, &start_hand… in TEST() local 631 CHECK_EQUAL(false, service_exists); in TEST() 633 …service_exists = gatt_server_get_handle_range_for_service_with_uuid128(uuid128_2, &start_handle, &… in TEST() 634 CHECK_EQUAL(true, service_exists); in TEST() 640 service_exists = gatt_server_get_included_service_with_uuid16(0, 0xffff, 0xAA, in TEST() 642 CHECK_EQUAL(false, service_exists); in TEST() 644 service_exists = gatt_server_get_included_service_with_uuid16(0, 0, 0xAA, in TEST() 646 CHECK_EQUAL(false, service_exists); in TEST() [all …]
|