Home
last modified time | relevance | path

Searched refs:BT_ERR_INTERNAL_ERROR (Results 1 - 25 of 59) sorted by relevance

123

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp90 return BT_ERR_INTERNAL_ERROR; in StartScan()
95 return BT_ERR_INTERNAL_ERROR; in StartScan()
100 return BT_ERR_INTERNAL_ERROR; in StartScan()
105 return BT_ERR_INTERNAL_ERROR; in StartScan()
110 return BT_ERR_INTERNAL_ERROR; in StartScan()
128 return BT_ERR_INTERNAL_ERROR; in StopScan()
132 return BT_ERR_INTERNAL_ERROR; in StopScan()
213 return BT_ERR_INTERNAL_ERROR; in SetLpDeviceAdvParam()
217 return BT_ERR_INTERNAL_ERROR; in SetLpDeviceAdvParam()
221 return BT_ERR_INTERNAL_ERROR; in SetLpDeviceAdvParam()
[all...]
H A Dbluetooth_audio_manager_proxy.cpp91 BT_ERR_INTERNAL_ERROR, "BluetoothAudioManagerProxy::IsDeviceWearing WriteInterfaceToken error"); in IsDeviceWearing()
92 CHECK_AND_RETURN_LOG_RET(data.WriteParcelable(&device), BT_ERR_INTERNAL_ERROR, in IsDeviceWearing()
99 CHECK_AND_RETURN_LOG_RET((error == BT_NO_ERROR), BT_ERR_INTERNAL_ERROR, in IsDeviceWearing()
108 BT_ERR_INTERNAL_ERROR, "BluetoothAudioManagerProxy::IsWearDetectionSupported WriteInterfaceToken error"); in IsWearDetectionSupported()
109 CHECK_AND_RETURN_LOG_RET(data.WriteParcelable(&device), BT_ERR_INTERNAL_ERROR, in IsWearDetectionSupported()
115 CHECK_AND_RETURN_LOG_RET((error == BT_NO_ERROR), BT_ERR_INTERNAL_ERROR, in IsWearDetectionSupported()
126 BT_ERR_INTERNAL_ERROR, "BluetoothAudioManagerProxy::IsWearDetectionSupported WriteInterfaceToken error"); in SendDeviceSelection()
127 CHECK_AND_RETURN_LOG_RET(data.WriteParcelable(&device), BT_ERR_INTERNAL_ERROR, in SendDeviceSelection()
129 CHECK_AND_RETURN_LOG_RET(data.WriteInt32(useA2dp), BT_ERR_INTERNAL_ERROR, in SendDeviceSelection()
131 CHECK_AND_RETURN_LOG_RET(data.WriteInt32(useHfp), BT_ERR_INTERNAL_ERROR, in SendDeviceSelection()
[all...]
H A Dbluetooth_opp_proxy.cpp26 BT_ERR_INTERNAL_ERROR, "WriteInterfaceToken error"); in SendFile()
27 CHECK_AND_RETURN_LOG_RET(data.WriteString(device), BT_ERR_INTERNAL_ERROR, "Write device error"); in SendFile()
31 return BT_ERR_INTERNAL_ERROR; in SendFile()
35 return BT_ERR_INTERNAL_ERROR; in SendFile()
45 CHECK_AND_RETURN_LOG_RET((error == BT_NO_ERROR), BT_ERR_INTERNAL_ERROR, "error: %{public}d", error); in SendFile()
56 BT_ERR_INTERNAL_ERROR, "WriteInterfaceToken error"); in SetIncomingFileConfirmation()
57 CHECK_AND_RETURN_LOG_RET(data.WriteBool(accept), BT_ERR_INTERNAL_ERROR, in SetIncomingFileConfirmation()
67 CHECK_AND_RETURN_LOG_RET((error == BT_NO_ERROR), BT_ERR_INTERNAL_ERROR, "error: %{public}d", error); in SetIncomingFileConfirmation()
75 BT_ERR_INTERNAL_ERROR, "WriteInterfaceToken error"); in GetCurrentTransferInformation()
81 CHECK_AND_RETURN_LOG_RET((error == BT_NO_ERROR), BT_ERR_INTERNAL_ERROR, "erro in GetCurrentTransferInformation()
[all...]
H A Dbluetooth_remote_device_observer_stub.cpp169 CHECK_AND_RETURN_LOG_RET((device != nullptr), BT_ERR_INTERNAL_ERROR, "Read device error"); in OnRemoteBatteryChangedInner()
171 CHECK_AND_RETURN_LOG_RET((batteryInfo != nullptr), BT_ERR_INTERNAL_ERROR, "Read batteryInfo error"); in OnRemoteBatteryChangedInner()
182 CHECK_AND_RETURN_LOG_RET((device != nullptr), BT_ERR_INTERNAL_ERROR, "Read device error"); in OnRemoteDeviceCommonInfoReportInner()
184 CHECK_AND_RETURN_LOG_RET(data.ReadUInt8Vector(&dataValue), BT_ERR_INTERNAL_ERROR, "Read dataValue error"); in OnRemoteDeviceCommonInfoReportInner()
H A Dbluetooth_map_mse_proxy.cpp60 BT_ERR_INTERNAL_ERROR, "Invalid DevNum: %{public}d", DevNum); in GetDevicesByStates()
64 CHECK_AND_RETURN_LOG_RET((address != nullptr), BT_ERR_INTERNAL_ERROR, "address is nullptr"); in GetDevicesByStates()
146 BT_ERR_INTERNAL_ERROR, "WriteInterfaceToken error"); in GetMessageAccessAuthorization()
147 CHECK_AND_RETURN_LOG_RET(data.WriteParcelable(&device), BT_ERR_INTERNAL_ERROR, "Write device error"); in GetMessageAccessAuthorization()
H A Dbluetooth_opp_observer_stub.cpp65 CHECK_AND_RETURN_LOG_RET((oppInformation != nullptr), BT_ERR_INTERNAL_ERROR, "Read oppInformation error"); in OnReceiveIncomingFileChangedInner()
76 CHECK_AND_RETURN_LOG_RET((oppInformation != nullptr), BT_ERR_INTERNAL_ERROR, "Read oppInformation error"); in OnTransferStateChangedInner()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp128 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INTERNAL_ERROR, "Invalid remote device"); in GetDeviceName() local
131 CHECK_AND_RETURN_LOG_RET(hostProxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr."); in GetDeviceName()
159 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INTERNAL_ERROR, "Invalid remote device."); in GetRemoteDeviceBatteryInfo() local
161 CHECK_AND_RETURN_LOG_RET(hostProxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr."); in GetRemoteDeviceBatteryInfo()
188 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INTERNAL_ERROR, "Invalid remote device"); in StartPair() local
191 CHECK_AND_RETURN_LOG_RET(hostProxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr."); in StartPair()
198 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INTERNAL_ERROR, "Invalid remote device"); in StartCrediblePair() local
201 CHECK_AND_RETURN_LOG_RET(hostProxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr."); in StartCrediblePair()
208 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INTERNAL_ERROR, "Invalid remote device"); in CancelPairing() local
211 CHECK_AND_RETURN_LOG_RET(hostProxy != nullptr, BT_ERR_INTERNAL_ERROR, "prox in CancelPairing()
247 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INTERNAL_ERROR, "Invalid remote device"); GetDeviceClass() local
258 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INTERNAL_ERROR, "Invalid remote device"); GetDeviceProductId() local
274 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INTERNAL_ERROR, "Invalid remote device"); GetDeviceUuids() local
283 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INTERNAL_ERROR, "Invalid remote device"); SetDevicePin() local
292 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INTERNAL_ERROR, "Invalid remote device"); SetDevicePairingConfirmation() local
382 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INTERNAL_ERROR, "Invalid remote Device"); GetDeviceVendorId() local
397 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INTERNAL_ERROR, "Invalid remote Device"); GetDeviceProductId() local
412 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INTERNAL_ERROR, "Invalid remote Device"); IsSupportVirtualAutoConnect() local
423 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), BT_ERR_INTERNAL_ERROR, "Invalid remote Device"); SetVirtualAutoConnectType() local
[all...]
H A Dbluetooth_gatt_client.cpp195 ret = BT_ERR_INTERNAL_ERROR;
222 ret = BT_ERR_INTERNAL_ERROR;
246 ret = BT_ERR_INTERNAL_ERROR;
273 ret = BT_ERR_INTERNAL_ERROR;
397 return BT_ERR_INTERNAL_ERROR; in DiscoverStart()
404 return BT_ERR_INTERNAL_ERROR; in DiscoverStart()
406 int result = BT_ERR_INTERNAL_ERROR; in DiscoverStart()
413 DiscoverComplete(BT_ERR_INTERNAL_ERROR); in DiscoverStart()
602 return BT_ERR_INTERNAL_ERROR; in Connect()
608 return BT_ERR_INTERNAL_ERROR; in Connect()
[all...]
H A Dbluetooth_map_mse.cpp144 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in GetDeviceState()
155 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in GetDevicesByStates()
173 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in Disconnect()
184 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in SetConnectionStrategy()
196 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in GetConnectionStrategy()
207 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in SetMessageAccessAuthorization()
221 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in GetMessageAccessAuthorization()
H A Dbluetooth_pbap_pse.cpp148 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in GetDeviceState()
160 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in GetDevicesByStates()
178 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in Disconnect()
189 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in SetConnectionStrategy()
201 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in GetConnectionStrategy()
222 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in SetShareType()
234 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in GetShareType()
246 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in SetPhoneBookAccessAuthorization()
261 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in GetPhoneBookAccessAuthorization()
H A Dbluetooth_ble_central_manager.cpp351 return BT_ERR_INTERNAL_ERROR; in StartScan()
364 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "failed: no proxy"); in StartScan()
377 return BT_ERR_INTERNAL_ERROR; in StopScan()
382 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "failed: no proxy"); in StopScan()
394 return BT_ERR_INTERNAL_ERROR; in SetLpDeviceAdvParam()
399 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "failed: no proxy"); in SetLpDeviceAdvParam()
407 return BT_ERR_INTERNAL_ERROR; in SetScanReportChannelToLpDevice()
413 return BT_ERR_INTERNAL_ERROR; in SetScanReportChannelToLpDevice()
417 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "failed: no proxy"); in SetScanReportChannelToLpDevice()
425 return BT_ERR_INTERNAL_ERROR; in EnableSyncDataToLpDevice()
[all...]
H A Dbluetooth_ble_advertiser.cpp302 return BT_ERR_INTERNAL_ERROR; in CheckAdvertiserData()
307 return BT_ERR_INTERNAL_ERROR; in CheckAdvertiserData()
320 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "failed: no proxy"); in StartAdvertising()
321 CHECK_AND_RETURN_LOG_RET(callback != nullptr, BT_ERR_INTERNAL_ERROR, "callback is nullptr"); in StartAdvertising()
354 callback->OnStartResultEvent(BT_ERR_INTERNAL_ERROR, static_cast<int>(BLE_INVALID_ADVERTISING_HANDLE)); in StartAdvertising()
373 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "failed: no proxy"); in StartAdvertising()
374 CHECK_AND_RETURN_LOG_RET(callback != nullptr, BT_ERR_INTERNAL_ERROR, "callback is nullptr"); in StartAdvertising()
402 callback->OnStartResultEvent(BT_ERR_INTERNAL_ERROR, BLE_INVALID_ADVERTISING_HANDLE); in StartAdvertising()
445 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "failed: no proxy"); in EnableAdvertising()
447 CHECK_AND_RETURN_LOG_RET(callback != nullptr, BT_ERR_INTERNAL_ERROR, "callbac in EnableAdvertising()
[all...]
H A Dbluetooth_opp.cpp269 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in GetDevicesByStates()
287 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in GetDeviceState()
298 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in SendFile()
309 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in SetIncomingFileConfirmation()
319 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in GetCurrentTransferInformation()
334 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in CancelTransfer()
H A Dbluetooth_host.cpp432 BT_ERR_INTERNAL_ERROR, "pimpl is null or load bluetooth service failed."); variable
435 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr");
442 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr");
451 BT_ERR_INTERNAL_ERROR, "pimpl is null or load bluetooth service failed."); variable
454 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr");
610 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in EnableBt()
619 CHECK_AND_RETURN_LOG_RET(pimpl->switchModule_, BT_ERR_INTERNAL_ERROR, "switchModule is nullptr"); in DisableBt()
645 CHECK_AND_RETURN_LOG_RET(pimpl->switchModule_, BT_ERR_INTERNAL_ERROR, "switchModule is nullptr"); in RestrictBluetooth()
676 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, BT_ERR_INTERNAL_ERROR, "proxy is nullptr"); in SatelliteControl()
723 CHECK_AND_RETURN_LOG_RET(ret == 0, BT_ERR_INTERNAL_ERROR, "SetParamete in BluetoothFactoryReset()
1130 CHECK_AND_RETURN_LOG_RET(IS_BT_ENABLED(), BT_ERR_INTERNAL_ERROR, "bluetooth is off."); GetLocalProfileUuids() local
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client.cpp235 NAPI_BT_ASSERT_RETURN_UNDEF(env, gattClient->GetCallback() != nullptr, BT_ERR_INTERNAL_ERROR); in Connect()
238 NAPI_BT_ASSERT_RETURN_FALSE(env, client != nullptr, BT_ERR_INTERNAL_ERROR); in Connect()
254 NAPI_BT_ASSERT_RETURN_FALSE(env, client != nullptr, BT_ERR_INTERNAL_ERROR); in Disconnect()
292 NAPI_BT_ASSERT_RETURN_UNDEF(env, client->GetCallback() != nullptr, BT_ERR_INTERNAL_ERROR); in ReadCharacteristicValue()
297 return NapiAsyncWorkRet(BT_ERR_INTERNAL_ERROR); in ReadCharacteristicValue()
299 int ret = BT_ERR_INTERNAL_ERROR; in ReadCharacteristicValue()
306 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in ReadCharacteristicValue()
308 NAPI_BT_ASSERT_RETURN_UNDEF(env, success, BT_ERR_INTERNAL_ERROR); in ReadCharacteristicValue()
345 NAPI_BT_ASSERT_RETURN_UNDEF(env, client->GetCallback() != nullptr, BT_ERR_INTERNAL_ERROR); in ReadDescriptorValue()
350 return NapiAsyncWorkRet(BT_ERR_INTERNAL_ERROR); in ReadDescriptorValue()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_server_server.cpp316 return BT_ERR_INTERNAL_ERROR; in AddService()
322 return (ret == GattStatus::GATT_SUCCESS ? NO_ERROR : BT_ERR_INTERNAL_ERROR); in AddService()
339 return BT_ERR_INTERNAL_ERROR; in Connect()
345 return BT_ERR_INTERNAL_ERROR; in CancelConnection()
359 return BT_ERR_INTERNAL_ERROR; in NotifyClient()
367 return (ret == GattStatus::GATT_SUCCESS ? NO_ERROR : BT_ERR_INTERNAL_ERROR); in NotifyClient()
380 return BT_ERR_INTERNAL_ERROR; in RemoveService()
384 return (ret == GattStatus::GATT_SUCCESS ? NO_ERROR : BT_ERR_INTERNAL_ERROR); in RemoveService()
398 return BT_ERR_INTERNAL_ERROR; in RespondCharacteristicRead()
406 return (result == GattStatus::GATT_SUCCESS ? NO_ERROR : BT_ERR_INTERNAL_ERROR); in RespondCharacteristicRead()
[all...]
H A Dbluetooth_pan_server.cpp183 return BT_ERR_INTERNAL_ERROR; in GetDevicesByStates()
198 return BT_ERR_INTERNAL_ERROR; in GetDeviceState()
218 return BT_ERR_INTERNAL_ERROR; in Disconnect()
236 return BT_ERR_INTERNAL_ERROR; in SetTethering()
249 return BT_ERR_INTERNAL_ERROR; in IsTetheringOn()
H A Dbluetooth_gatt_client_server.cpp296 return BT_ERR_INTERNAL_ERROR; in RegisterApplication()
354 return BT_ERR_INTERNAL_ERROR; in Connect()
372 return BT_ERR_INTERNAL_ERROR; in Disconnect()
383 return BT_ERR_INTERNAL_ERROR; in DiscoveryServices()
398 return BT_ERR_INTERNAL_ERROR; in ReadCharacteristic()
418 return BT_ERR_INTERNAL_ERROR; in WriteCharacteristic()
447 return BT_ERR_INTERNAL_ERROR; in ReadDescriptor()
466 return BT_ERR_INTERNAL_ERROR; in WriteDescriptor()
481 return BT_ERR_INTERNAL_ERROR; in RequestExchangeMtu()
520 return BT_ERR_INTERNAL_ERROR; in GetServices()
[all...]
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_callback.cpp27 using Bluetooth::BT_ERR_INTERNAL_ERROR;
173 *errCode = BT_ERR_INTERNAL_ERROR; in RegisterConnectionObserver()
183 *errCode = BT_ERR_INTERNAL_ERROR; in RegisterConnectionObserver()
193 *errCode = BT_ERR_INTERNAL_ERROR; in RegisterConnectionObserver()
203 *errCode = BT_ERR_INTERNAL_ERROR; in RegisterConnectionObserver()
/foundation/communication/bluetooth/frameworks/js/napi/src/audio_manager/
H A Dnapi_bluetooth_audio_manager.cpp63 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in EnableWearDetection()
81 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in DisableWearDetection()
103 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in IsWearDetectionEnabled()
124 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in IsWearDetectionSupported()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_errorcode.h44 BT_ERR_INTERNAL_ERROR = BT_ERR_BASE_SYSCAP + 99, enumerator
69 ERROR = BT_ERR_INTERNAL_ERROR,
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_timer.cpp47 return BT_ERR_INTERNAL_ERROR; in Register()
53 return BT_ERR_INTERNAL_ERROR; in Register()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_pan_stub.cpp97 return BT_ERR_INTERNAL_ERROR; in GetDeviceStateInner()
127 return BT_ERR_INTERNAL_ERROR; in GetDevicesByStatesInner()
184 return BT_ERR_INTERNAL_ERROR; in IsTetheringOnInner()
/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp123 NAPI_BT_ASSERT_RETURN(env, status == napi_ok, BT_ERR_INTERNAL_ERROR, ret); in GetConnectedDevices()
178 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in SetConnectionStrategy()
200 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in GetConnectionStrategy()
220 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in SetMessageAccessAuthorization()
241 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in GetMessageAccessAuthorization()
/foundation/communication/bluetooth/frameworks/js/napi/src/pbap/
H A Dnapi_bluetooth_pbap_pse.cpp156 NAPI_BT_ASSERT_RETURN(env, status == napi_ok, BT_ERR_INTERNAL_ERROR, ret); in GetConnectedDevices()
211 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in SetConnectionStrategy()
233 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in GetConnectionStrategy()
273 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in SetShareType()
295 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in GetShareType()
316 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in SetPhoneBookAccessAuthorization()
338 NAPI_BT_ASSERT_RETURN_UNDEF(env, asyncWork, BT_ERR_INTERNAL_ERROR); in GetPhoneBookAccessAuthorization()

Completed in 17 milliseconds

123