Home
last modified time | relevance | path

Searched refs:SetLpDeviceParam (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h47 int SetLpDeviceParam(const BluetoothLpDeviceParamSet &paramSet) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h68 virtual int SetLpDeviceParam(const BluetoothLpDeviceParamSet &paramSet) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h53 int SetLpDeviceParam(const BluetoothLpDeviceParamSet &paramSet) override;
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_interface.h90 int32_t (*SetLpDeviceParam)(int32_t duration, int32_t maxExtAdvEvents, int32_t window, member
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.h63 virtual int32_t SetLpDeviceParam(const BtLpDeviceParam *lpParam) = 0;
108 MOCK_METHOD(int32_t, SetLpDeviceParam, (const BtLpDeviceParam *lpParam), (override));
H A Dbluetooth_mock.cpp519 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 Dsoftbus_ble_mock.cpp207 .SetLpDeviceParam = MockSetLpDeviceParam, in ActionOfSoftbusBleAdapterInit()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h932 int SetLpDeviceParam(const BtLpDeviceParam *lpDeviceParam);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h648 int SetLpDeviceParam(const BleLpDeviceParamSet &lpDeviceParamSet);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp473 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 Dbluetooth_ble_central_manager_proxy.cpp430 int BluetoothBleCentralManagerProxy::SetLpDeviceParam(const BluetoothLpDeviceParamSet &paramSet) 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 Dohos_bt_gatt.cpp1358 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 Dsoftbus_ble_gatt.c792 int32_t ret = SetLpDeviceParam(&lpParam); in SoftbusSetLpParam()
925 .SetLpDeviceParam = SoftbusSetLpAdvParam, in SoftbusBleAdapterInit()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp775 int BluetoothBleCentralManagerServer::SetLpDeviceParam(const BluetoothLpDeviceParamSet &paramSet) in SetLpDeviceParam() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c1919 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 Dsoftbus_ble_gatt_test.cpp970 ret = MockBluetooth::interface->SetLpDeviceParam(duration, maxExtAdvEvents, window, interval, bcHandle); in HWTEST_F()

Completed in 22 milliseconds