Searched refs:gatt_server_get_included_service_with_uuid16 (Results 1 – 3 of 3) sorted by relevance
/btstack/src/ble/ |
H A D | att_db.h | 354 bool gatt_server_get_included_service_with_uuid16(uint16_t start_handle, uint16_t end_handle, uint1…
|
H A D | att_db.c | 1619 bool gatt_server_get_included_service_with_uuid16(uint16_t start_handle, uint16_t end_handle, uint1… in gatt_server_get_included_service_with_uuid16() function
|
/btstack/test/att_db/ |
H A D | att_db_test.cpp | 640 service_exists = gatt_server_get_included_service_with_uuid16(0, 0xffff, 0xAA, in TEST() 644 service_exists = gatt_server_get_included_service_with_uuid16(0, 0, 0xAA, in TEST() 648 service_exists = gatt_server_get_included_service_with_uuid16(0, 0xffff, 0xAACC, in TEST()
|