Home
last modified time | relevance | path

Searched defs:onBondStateChanged (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothController.kt246 fun onBondStateChanged(bondState: Int) in onA2DPSinkProfileConnected() method
/packages/modules/Connectivity/nearby/tests/multidevices/clients/src/android/nearby/multidevices/fastpair/provider/controller/
DFastPairProviderSimulatorController.kt94 override fun onBondStateChanged(bondState: Int) { in onBondStateChanged() method in android.nearby.multidevices.fastpair.provider.controller.FastPairProviderSimulatorController
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DCompanionManager.java256 public void onBondStateChanged(BluetoothDevice device, int state) { in onBondStateChanged() method in CompanionManager
DAdapterProperties.java613 void onBondStateChanged(BluetoothDevice device, int state) { in onBondStateChanged() method in AdapterProperties
DAdapterService.java6910 public void onBondStateChanged(BluetoothDevice device, int state) { in onBondStateChanged() method in AdapterService