Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_switch_module.cpp33 case BluetoothSwitchEvent::BLUETOOTH_ON: return "BLUETOOTH_ON"; in ToString()
43 bool needLog = (event == BluetoothSwitchEvent::BLUETOOTH_ON || in LogBluetoothSwitchEvent()
64 case BluetoothSwitchEvent::BLUETOOTH_ON: in ProcessBluetoothSwitchEvent()
H A Dbluetooth_switch_module.h43 BLUETOOTH_ON, enumerator
H A Dbluetooth_host.cpp136 host_.switchModule_->ProcessBluetoothSwitchEvent(BluetoothSwitchEvent::BLUETOOTH_ON); in OnBluetoothStateChanged()