Home
last modified time | relevance | path

Searched defs:BT_ERR_INVALID_PARAM (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_errorcode.h28 BT_ERR_INVALID_PARAM = 401, enumerator
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_map_mse.cpp186 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 Dbluetooth_remote_device.cpp148 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 Dbluetooth_pbap_pse.cpp191 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 Dbluetooth_utils.cpp150 { BtErrCode::BT_ERR_INVALID_PARAM, "BT_ERR_INVALID_PARAM" }, member in OHOS::Bluetooth::BtErrCode
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_error.cpp42 { BtErrCode::BT_ERR_INVALID_PARAM, "Invalid parameter." }, member in OHOS::Bluetooth::BtErrCode

Completed in 4 milliseconds