Home
last modified time | relevance | path

Searched refs:bleOnToOff (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/service/src/
DAdapterBinder.kt57 fun bleOnToOff(source: AttributionSource) { in bleOnToOff() method
58 adapterBinder.bleOnToOff(source) in bleOnToOff()
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java318 bleOnToOff(); in onFactoryReset()
446 bleOnToOff(); in forceToOffFromModeChange()
549 bleOnToOff();
659 bleOnToOff(); in onBleScanDisabled()
931 bleOnToOff(); in continueFromBleOnState()
965 bleOnToOff(); in sendBrEdrDownCallback()
1818 private void bleOnToOff() { in bleOnToOff() method in BluetoothManagerService
1825 mAdapter.bleOnToOff(mContext.getAttributionSource()); in bleOnToOff()
/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothManagerServiceTest.java423 mInOrder.verify(mAdapterBinder).bleOnToOff(any()); in transition_onToOff()
635 mInOrder.verify(mAdapterBinder).bleOnToOff(any()); in enableBle_whenDisableAirplaneIsDelayed_startBluetooth()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java540 adapter.bleOnToOff(); in doDisable()
663 mAdapterService.bleOnToOff(); in testGattStopTimeout()
727 mAdapterService.bleOnToOff(); in startBleOnly_whenOnlyStartScanDuringBleOnFlagIsOn_startAndStopScanController()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl238 oneway void bleOnToOff(in AttributionSource attributionSource); in bleOnToOff() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterServiceBinder.java1684 public void bleOnToOff(AttributionSource source) { in bleOnToOff() method in AdapterServiceBinder
1691 service.bleOnToOff(); in bleOnToOff()
DAdapterService.java3943 void bleOnToOff() { in bleOnToOff() method in AdapterService