Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_switch_module.cpp35 case BluetoothSwitchEvent::BLUETOOTH_HALF: return "BLUETOOTH_HALF"; in ToString()
45 event == BluetoothSwitchEvent::BLUETOOTH_HALF) ? isBtSwitchProcessing_.load() : true; in LogBluetoothSwitchEvent()
68 case BluetoothSwitchEvent::BLUETOOTH_HALF: in ProcessBluetoothSwitchEvent()
H A Dbluetooth_switch_module.h45 BLUETOOTH_HALF, enumerator
H A Dbluetooth_host.cpp142 host_.switchModule_->ProcessBluetoothSwitchEvent(BluetoothSwitchEvent::BLUETOOTH_HALF); in OnBluetoothStateChanged()