Searched refs:BT_ERR_SERVICE_DISCONNECTED (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_pan.cpp | 66 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 D | bluetooth_utils.cpp | 152 { BtErrCode::BT_ERR_SERVICE_DISCONNECTED, "BT_ERR_SERVICE_DISCONNECTED" },
member in OHOS::Bluetooth::BtErrCode
|
H A D | bluetooth_socket.cpp | 446 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 D | bluetooth_hid_host.cpp | 73 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_SERVICE_DISCONNECTED, "failed: no proxy"); in GetDevicesByStates()
|
H A D | bluetooth_hfp_ag.cpp | 118 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 D | bluetooth_errorcode.h | 35 BT_ERR_SERVICE_DISCONNECTED = BT_ERR_BASE_SYSCAP + 1, enumerator
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_error.cpp | 30 { BtErrCode::BT_ERR_SERVICE_DISCONNECTED, "Service stoped." }, member in OHOS::Bluetooth::BtErrCode
|
Completed in 7 milliseconds