Home
last modified time | relevance | path

Searched refs:handleBondStateChanged (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java6059 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in AdapterService
6061 mA2dpService.handleBondStateChanged(device, fromState, toState); in handleBondStateChanged()
6064 mHeadsetService.handleBondStateChanged(device, fromState, toState); in handleBondStateChanged()
6067 mLeAudioService.handleBondStateChanged(device, fromState, toState); in handleBondStateChanged()
6070 mHearingAidService.handleBondStateChanged(device, fromState, toState); in handleBondStateChanged()
6073 mHapClientService.handleBondStateChanged(device, fromState, toState); in handleBondStateChanged()
6076 mBassClientService.handleBondStateChanged(device, fromState, toState); in handleBondStateChanged()
6079 mBatteryService.handleBondStateChanged(device, fromState, toState); in handleBondStateChanged()
6082 mVolumeControlService.handleBondStateChanged(device, fromState, toState); in handleBondStateChanged()
6085 mPbapService.handleBondStateChanged(device, fromState, toState); in handleBondStateChanged()
[all …]
DBondStateMachine.java596 mAdapterService.handleBondStateChanged(device, oldState, newState); in sendIntent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryService.java430 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in BatteryService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java289 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in BluetoothPbapService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java827 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in HearingAidService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java928 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in CsipSetCoordinatorService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java215 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in HapClientService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java193 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in DatabaseManager
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1180 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in A2dpService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java1287 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in VolumeControlService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java476 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in HeadsetService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java308 mHeadsetService.handleBondStateChanged( in testUnbondDevice_disconnectBeforeUnbond()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java1355 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in BassClientService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java3535 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in LeAudioService