Home
last modified time | relevance | path

Searched defs:onServicesDiscovered (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java70 public void onServicesDiscovered(BluetoothGatt gatt, int status) {} in onServicesDiscovered() method in BluetoothGattCallback
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java213 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() method in GattClientListener.GattCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryStateMachine.java550 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() method in BatteryStateMachine.GattCallback
/packages/modules/Bluetooth/android/pandora/server/src/
DGattInstance.kt97 override fun onServicesDiscovered(bluetoothGatt: BluetoothGatt, status: Int) { in onServicesDiscovered() method in com.android.pandora.GattInstance
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java260 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() method in BluetoothAccessoryFragment.GattBatteryCallbacks
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java1073 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() method in GattCallback