Searched refs:notifyProfileConnectionStateChange (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/ |
D | ScanController.java | 63 public void notifyProfileConnectionStateChange(int profile, int fromState, int toState) { in notifyProfileConnectionStateChange() method in ScanController 64 mTransitionalScanHelper.notifyProfileConnectionStateChange(profile, fromState, toState); in notifyProfileConnectionStateChange()
|
D | TransitionalScanHelper.java | 227 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/ |
D | TransitionalScanHelperTest.java | 395 mScanHelper.notifyProfileConnectionStateChange( in profileConnectionStateChanged_notifyScanManager()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceTest.java | 683 mService.notifyProfileConnectionStateChange( in profileConnectionStateChanged_notifyScanManager()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 367 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/ |
D | AdapterService.java | 6016 mScanController.notifyProfileConnectionStateChange(profile, fromState, toState); in notifyProfileConnectionStateChangeToGatt() 6018 mGattService.notifyProfileConnectionStateChange(profile, fromState, toState); in notifyProfileConnectionStateChangeToGatt()
|