Home
last modified time | relevance | path

Searched refs:discoverServices (Results 1 – 7 of 7) 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/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DCarBleCentralManager.java225 device.mGatt.discoverServices(); in deviceConnected()
DBlePeripheralManager.java409 bluetoothGatt.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.java567 public void discoverServices(int clientIf, String address) { in discoverServices() method in GattService.BluetoothGattBinder
572 service.discoverServices(clientIf, address); in discoverServices()
2299 void discoverServices(int clientIf, String address) { in discoverServices() method in GattService