Home
last modified time | relevance | path

Searched refs:gatt_server_get_included_service_with_uuid16 (Results 1 – 3 of 3) sorted by relevance

/btstack/src/ble/
H A Datt_db.h354 bool gatt_server_get_included_service_with_uuid16(uint16_t start_handle, uint16_t end_handle, uint1…
H A Datt_db.c1619 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 Datt_db_test.cpp640 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()