Home
last modified time | relevance | path

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

/ohos5.0/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.cpp522 int32_t SetLpDeviceParam(const BtLpDeviceParam *lpParam) in SetLpDeviceParam() function
525 return BluetoothMock::GetMock()->SetLpDeviceParam(lpParam); in SetLpDeviceParam()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h47 int SetLpDeviceParam(const BluetoothLpDeviceParamSet &paramSet) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h68 virtual int SetLpDeviceParam(const BluetoothLpDeviceParamSet &paramSet) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h53 int SetLpDeviceParam(const BluetoothLpDeviceParamSet &paramSet) override;
/ohos5.0/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
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_ble_mock.cpp207 .SetLpDeviceParam = MockSetLpDeviceParam, in ActionOfSoftbusBleAdapterInit()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h932 int SetLpDeviceParam(const BtLpDeviceParam *lpDeviceParam);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h648 int SetLpDeviceParam(const BleLpDeviceParamSet &lpDeviceParamSet);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp479 int BleCentralManager::SetLpDeviceParam(const BleLpDeviceParamSet &lpDeviceParamSet) in SetLpDeviceParam() function in OHOS::Bluetooth::BleCentralManager
520 return proxy->SetLpDeviceParam(paramSet); in SetLpDeviceParam()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp1351 int SetLpDeviceParam(const BtLpDeviceParam *lpDeviceParam) in SetLpDeviceParam() function
1371 ret = bleCentralManager->SetLpDeviceParam(paramSet); in SetLpDeviceParam()
/ohos5.0/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()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp433 int BluetoothBleCentralManagerProxy::SetLpDeviceParam(const BluetoothLpDeviceParamSet &paramSet) in SetLpDeviceParam() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
/ohos5.0/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
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_gatt_test.cpp970 …ret = MockBluetooth::interface->SetLpDeviceParam(duration, maxExtAdvEvents, window, interval, bcHa…
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c1996 DISC_CHECK_AND_RETURN_RET_LOGE(g_interface[g_interfaceId]->SetLpDeviceParam != NULL, in BroadcastSetLpAdvParam()
1999 …int32_t ret = g_interface[g_interfaceId]->SetLpDeviceParam(duration, maxExtAdvEvents, window, inte… in BroadcastSetLpAdvParam()