Home
last modified time | relevance | path

Searched refs:STATE_BLE_ON (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/frameworks/cj/access/src/
H A Dbluetooth_access_impl.cpp71 HILOGD("BR off and BLE on, STATE_BLE_ON(5)"); in GetState()
72 status = static_cast<int32_t>(BluetoothState::STATE_BLE_ON); in GetState()
H A Dbluetooth_access_callback.cpp106 HILOGD("STATE_BLE_ON(5)"); in GetBleStateByStatus()
107 state = BluetoothState::STATE_BLE_ON; in GetBleStateByStatus()
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access.cpp123 HILOGD("BR off and BLE on, STATE_BLE_ON(5)"); in GetState()
124 status = static_cast<int32_t>(BluetoothState::STATE_BLE_ON); in GetState()
157 SetNamedPropertyByInteger(env, state, static_cast<int>(BluetoothState::STATE_BLE_ON), "STATE_BLE_ON"); in StateChangeInit()
H A Dnapi_bluetooth_access_observer.cpp108 HILOGD("STATE_BLE_ON(5)"); in GetBleStateByStatus()
109 state = BluetoothState::STATE_BLE_ON; in GetBleStateByStatus()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h274 STATE_BLE_ON = 5, member in OHOS::Bluetooth::ScanDuty::PhyType::AdvertisingState::BluetoothState

Completed in 3 milliseconds