Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java166 mBluetoothGatt.discoverServices(); in onReceive()
191 mBluetoothGatt.discoverServices(); in onConnectionStateChange()
/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DMdnsDiscovery.java153 nsdManager.discoverServices(mServiceName, NsdManager.PROTOCOL_DNS_SD, serviceListener); in onStart()
/packages/services/Car/tests/CarTrustAgentClientApp/src/com/android/car/trust/client/
DSimpleBleClient.java275 mBtGatt.discoverServices();
/packages/services/Car/service/src/com/android/car/trust/
DBleManager.java387 mBluetoothGatt.discoverServices();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java256 gatt.discoverServices(); in onConnectionStateChange()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java563 public void discoverServices(int clientIf, String address) { in discoverServices() method in GattService.BluetoothGattBinder
568 service.discoverServices(clientIf, address); in discoverServices()
2283 void discoverServices(int clientIf, String address) { in discoverServices() method in GattService