/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 6059 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 …]
|
D | BondStateMachine.java | 596 mAdapterService.handleBondStateChanged(device, oldState, newState); in sendIntent()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryService.java | 430 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in BatteryService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 289 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in BluetoothPbapService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 827 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in HearingAidService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorService.java | 928 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in CsipSetCoordinatorService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/ |
D | HapClientService.java | 215 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/ |
D | DatabaseManager.java | 193 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in DatabaseManager
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 1180 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in A2dpService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlService.java | 1287 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in VolumeControlService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 476 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/ |
D | HeadsetServiceAndStateMachineTest.java | 308 mHeadsetService.handleBondStateChanged( in testUnbondDevice_disconnectBeforeUnbond()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientService.java | 1355 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/ |
D | LeAudioService.java | 3535 public void handleBondStateChanged(BluetoothDevice device, int fromState, int toState) { in handleBondStateChanged() method in LeAudioService
|