/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_ble_central_manager_proxy.h | 47 int SetLpDeviceParam(const BluetoothLpDeviceParamSet ¶mSet) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_central_manager.h | 68 virtual int SetLpDeviceParam(const BluetoothLpDeviceParamSet ¶mSet) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_ble_central_manager_server.h | 53 int SetLpDeviceParam(const BluetoothLpDeviceParamSet ¶mSet) override;
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/ |
H A D | softbus_broadcast_adapter_interface.h | 90 int32_t (*SetLpDeviceParam)(int32_t duration, int32_t maxExtAdvEvents, int32_t window, member
|
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.h | 63 virtual int32_t SetLpDeviceParam(const BtLpDeviceParam *lpParam) = 0; 108 MOCK_METHOD(int32_t, SetLpDeviceParam, (const BtLpDeviceParam *lpParam), (override));
|
H A D | bluetooth_mock.cpp | 519 int32_t SetLpDeviceParam(const BtLpDeviceParam *lpParam) in SetLpDeviceParam() function 522 return BluetoothMock::GetMock()->SetLpDeviceParam(lpParam); in SetLpDeviceParam()
|
/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/ |
H A D | softbus_ble_mock.cpp | 207 .SetLpDeviceParam = MockSetLpDeviceParam, in ActionOfSoftbusBleAdapterInit()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt.h | 932 int SetLpDeviceParam(const BtLpDeviceParam *lpDeviceParam);
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_central_manager.h | 648 int SetLpDeviceParam(const BleLpDeviceParamSet &lpDeviceParamSet);
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 473 int BleCentralManager::SetLpDeviceParam(const BleLpDeviceParamSet &lpDeviceParamSet) in SetLpDeviceParam() function in OHOS::Bluetooth::BleCentralManager 514 return proxy->SetLpDeviceParam(paramSet); in SetLpDeviceParam()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_proxy.cpp | 430 int BluetoothBleCentralManagerProxy::SetLpDeviceParam(const BluetoothLpDeviceParamSet ¶mSet) in SetLpDeviceParam() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy 434 HILOGE("[SetLpDeviceParam] fail: write interface token failed."); in SetLpDeviceParam() 438 HILOGE("[SetLpDeviceParam] fail: write fieldValidFlagBit failed."); in SetLpDeviceParam() 455 HILOGE("[SetLpDeviceParam] fail:write uuid failed"); in SetLpDeviceParam() 459 HILOGE("[SetLpDeviceParam] fail: write advHandle failed."); in SetLpDeviceParam() 463 HILOGE("[SetLpDeviceParam] fail: write duration failed."); in SetLpDeviceParam() 467 HILOGE("[SetLpDeviceParam] fail: write deliveryMode failed."); in SetLpDeviceParam() 475 HILOGE("[SetLpDeviceParam] fail: transact ErrCode=%{public}d", result); in SetLpDeviceParam()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt.cpp | 1358 int SetLpDeviceParam(const BtLpDeviceParam *lpDeviceParam) in SetLpDeviceParam() function 1360 HILOGI("SetLpDeviceParam enter."); in SetLpDeviceParam() 1362 HILOGE("SetLpDeviceParam fail, lpDeviceParam is null."); in SetLpDeviceParam() 1377 HILOGI("SetLpDeviceParam fieldValidFlagBit: %{public}u", paramSet.fieldValidFlagBit); in SetLpDeviceParam() 1378 ret = bleCentralManager->SetLpDeviceParam(paramSet); in SetLpDeviceParam()
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_gatt.c | 792 int32_t ret = SetLpDeviceParam(&lpParam); in SoftbusSetLpParam() 925 .SetLpDeviceParam = SoftbusSetLpAdvParam, in SoftbusBleAdapterInit()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_central_manager_server.cpp | 775 int BluetoothBleCentralManagerServer::SetLpDeviceParam(const BluetoothLpDeviceParamSet ¶mSet) in SetLpDeviceParam() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/ |
H A D | softbus_broadcast_mgr.c | 1919 DISC_CHECK_AND_RETURN_RET_LOGE(g_interface[g_interfaceId]->SetLpDeviceParam != NULL, in BroadcastSetLpAdvParam() 1922 int32_t ret = g_interface[g_interfaceId]->SetLpDeviceParam(duration, maxExtAdvEvents, window, interval, bcHandle); in BroadcastSetLpAdvParam()
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | softbus_ble_gatt_test.cpp | 970 ret = MockBluetooth::interface->SetLpDeviceParam(duration, maxExtAdvEvents, window, interval, bcHandle); in HWTEST_F()
|