Home
last modified time | relevance | path

Searched refs:ENABLE_BLUETOOTH (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_switch_module.cpp30 case BluetoothSwitchEvent::ENABLE_BLUETOOTH: return "ENABLE_BLUETOOTH"; in ToString()
58 case BluetoothSwitchEvent::ENABLE_BLUETOOTH: in ProcessBluetoothSwitchEvent()
122 BluetoothSwitchEvent::ENABLE_BLUETOOTH); in ProcessEnableBluetoothEvent()
142 BluetoothSwitchEvent::ENABLE_BLUETOOTH, in ProcessBluetoothOnEvent()
150 …{BluetoothSwitchEvent::ENABLE_BLUETOOTH, BluetoothSwitchEvent::ENABLE_BLUETOOTH_TO_RESTRICE_MODE}); in ProcessBluetoothOffEvent()
157 {BluetoothSwitchEvent::ENABLE_BLUETOOTH, BluetoothSwitchEvent::DISABLE_BLUETOOTH}); in ProcessBluetoothHalfEvent()
H A Dbluetooth_switch_module.h40 ENABLE_BLUETOOTH = 0, enumerator
H A Dbluetooth_host.cpp788 … return pimpl->switchModule_->ProcessBluetoothSwitchEvent(BluetoothSwitchEvent::ENABLE_BLUETOOTH); in EnableBle()