Home
last modified time | relevance | path

Searched refs:service_found (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/pandora/test/
Dsdp_test.py176 service_found = False
184 service_found = True
186 assert service_found
/packages/modules/Bluetooth/system/bta/ras/
Dras_client.cc199 bool service_found = false; in OnGattServiceSearchComplete() local
205 service_found = true; in OnGattServiceSearchComplete()
210 if (!service_found) { in OnGattServiceSearchComplete()