Home
last modified time | relevance | path

Searched defs:BT_NO_ERROR (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_errorcode.h32 BT_NO_ERROR = 0, enumerator
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_utils.cpp147 { BtErrCode::BT_NO_ERROR, "BT_NO_ERROR" }, member in OHOS::Bluetooth::BtErrCode
H A Dbluetooth_host.cpp700 CHECK_AND_RETURN_LOG_RET(IS_BT_ENABLED(), BT_NO_ERROR, "bluetooth is off."); in GetBtState() local
731 CHECK_AND_RETURN_LOG_RET(IS_BLE_ENABLED(), BT_NO_ERROR, "bluetooth is off."); in BluetoothFactoryReset() local

Completed in 4 milliseconds