Searched refs:BtErrCode (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_error.cpp | 30 { BtErrCode::BT_ERR_SERVICE_DISCONNECTED, "Service stoped." }, 31 { BtErrCode::BT_ERR_UNBONDED_DEVICE, "Device is not bonded." }, 32 { BtErrCode::BT_ERR_INVALID_STATE, "Bluetooth disabled." }, 33 { BtErrCode::BT_ERR_PROFILE_DISABLED, "Profile not supported." }, 34 { BtErrCode::BT_ERR_DEVICE_DISCONNECTED, "Device not connected." }, 35 { BtErrCode::BT_ERR_MAX_CONNECTION, "The maximum number of connections has been reached." }, 36 { BtErrCode::BT_ERR_INTERNAL_ERROR, "Operation failed" }, 37 { BtErrCode::BT_ERR_IPC_TRANS_FAILED, "IPC failed." }, 38 { BtErrCode::BT_ERR_UNAVAILABLE_PROXY, "The value of proxy is a null pointer." }, 39 { BtErrCode [all...] |
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_utils.cpp | 147 { BtErrCode::BT_NO_ERROR, "BT_NO_ERROR" },
148 { BtErrCode::BT_ERR_PERMISSION_FAILED, "BT_ERR_PERMISSION_FAILED" },
149 { BtErrCode::BT_ERR_SYSTEM_PERMISSION_FAILED, "BT_ERR_SYSTEM_PERMISSION_FAILED" },
150 { BtErrCode::BT_ERR_INVALID_PARAM, "BT_ERR_INVALID_PARAM" },
151 { BtErrCode::BT_ERR_API_NOT_SUPPORT, "BT_ERR_API_NOT_SUPPORT" },
152 { BtErrCode::BT_ERR_SERVICE_DISCONNECTED, "BT_ERR_SERVICE_DISCONNECTED" },
153 { BtErrCode::BT_ERR_UNBONDED_DEVICE, "BT_ERR_UNBONDED_DEVICE" },
154 { BtErrCode::BT_ERR_INVALID_STATE, "BT_ERR_INVALID_STATE" },
155 { BtErrCode::BT_ERR_PROFILE_DISABLED, "BT_ERR_PROFILE_DISABLED" },
156 { BtErrCode [all...] |
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_errorcode.h | 23 enum BtErrCode { enum
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1653 BtErrCode exception = static_cast<BtErrCode>(reply.ReadInt32()); in GetRemoteDeviceInfo()
|
Completed in 5 milliseconds