Home
last modified time | relevance | path

Searched refs:BT_ERR_SERVICE_DISCONNECTED (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_pan.cpp66 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_SERVICE_DISCONNECTED, "failed: no proxy"); in GetDevicesByStates()
128 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_SERVICE_DISCONNECTED, "failed: no proxy"); in SetTethering()
139 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_SERVICE_DISCONNECTED, "failed: no proxy"); in IsTetheringOn()
H A Dbluetooth_utils.cpp152 { BtErrCode::BT_ERR_SERVICE_DISCONNECTED, "BT_ERR_SERVICE_DISCONNECTED" }, member in OHOS::Bluetooth::BtErrCode
H A Dbluetooth_socket.cpp446 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_SERVICE_DISCONNECTED, "proxy is nullptr"); in Connect()
583 return BT_ERR_SERVICE_DISCONNECTED; in Listen()
H A Dbluetooth_hid_host.cpp73 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_SERVICE_DISCONNECTED, "failed: no proxy"); in GetDevicesByStates()
H A Dbluetooth_hfp_ag.cpp118 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_SERVICE_DISCONNECTED, "failed: no proxy"); in GetConnectedDevices()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_errorcode.h35 BT_ERR_SERVICE_DISCONNECTED = BT_ERR_BASE_SYSCAP + 1, enumerator
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_error.cpp30 { BtErrCode::BT_ERR_SERVICE_DISCONNECTED, "Service stoped." }, member in OHOS::Bluetooth::BtErrCode

Completed in 7 milliseconds