Home
last modified time | relevance | path

Searched refs:notifyProfileConnectionStateChange (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanController.java63 public void notifyProfileConnectionStateChange(int profile, int fromState, int toState) { in notifyProfileConnectionStateChange() method in ScanController
64 mTransitionalScanHelper.notifyProfileConnectionStateChange(profile, fromState, toState); in notifyProfileConnectionStateChange()
DTransitionalScanHelper.java227 public void notifyProfileConnectionStateChange(int profile, int fromState, int toState) { in notifyProfileConnectionStateChange() method in TransitionalScanHelper
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DTransitionalScanHelperTest.java395 mScanHelper.notifyProfileConnectionStateChange( in profileConnectionStateChanged_notifyScanManager()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java683 mService.notifyProfileConnectionStateChange( in profileConnectionStateChanged_notifyScanManager()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java367 public void notifyProfileConnectionStateChange(int profile, int fromState, int toState) { in notifyProfileConnectionStateChange() method in GattService
368 mTransitionalScanHelper.notifyProfileConnectionStateChange(profile, fromState, toState); in notifyProfileConnectionStateChange()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java6016 mScanController.notifyProfileConnectionStateChange(profile, fromState, toState); in notifyProfileConnectionStateChangeToGatt()
6018 mGattService.notifyProfileConnectionStateChange(profile, fromState, toState); in notifyProfileConnectionStateChangeToGatt()