Searched defs:BT_ERR_INVALID_PARAM (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_errorcode.h | 28 BT_ERR_INVALID_PARAM = 401, enumerator
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_map_mse.cpp | 186 CHECK_AND_RETURN_LOG_RET(CheckConnectionStrategyInvalid(strategy), BT_ERR_INVALID_PARAM, "strategy param error");
in SetConnectionStrategy() local 210 BT_ERR_INVALID_PARAM, "metaData param error");
in SetMessageAccessAuthorization() local
|
H A D | bluetooth_remote_device.cpp | 148 IsValidBluetoothRemoteDevice() && aliasName != INVALID_NAME, BT_ERR_INVALID_PARAM, "Invalid remote device"); in SetDeviceAlias() local 328 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INVALID_PARAM, "Invalid remote device"); in GetDeviceProductType() local 354 deviceType <= DeviceType::DEVICE_TYPE_SPEAKER, BT_ERR_INVALID_PARAM, in SetDeviceCustomType() local 366 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INVALID_PARAM, "Invalid remote device"); in GetDeviceCustomType() local
|
H A D | bluetooth_pbap_pse.cpp | 191 CHECK_AND_RETURN_LOG_RET(CheckConnectionStrategyInvalid(strategy), BT_ERR_INVALID_PARAM, "strategy param error");
in SetConnectionStrategy() local 224 CHECK_AND_RETURN_LOG_RET(CheckShareTypeInvalid(shareType), BT_ERR_INVALID_PARAM, "shareType param error");
in SetShareType() local 249 BT_ERR_INVALID_PARAM, "accessAuthorizatio in SetPhoneBookAccessAuthorization() local [all...] |
H A D | bluetooth_utils.cpp | 150 { BtErrCode::BT_ERR_INVALID_PARAM, "BT_ERR_INVALID_PARAM" },
member in OHOS::Bluetooth::BtErrCode
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_error.cpp | 42 { BtErrCode::BT_ERR_INVALID_PARAM, "Invalid parameter." }, member in OHOS::Bluetooth::BtErrCode
|
Completed in 4 milliseconds