/ohos5.0/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 | 522 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 D | bluetooth_ble_central_manager_proxy.h | 47 int SetLpDeviceParam(const BluetoothLpDeviceParamSet ¶mSet) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_central_manager.h | 68 virtual int SetLpDeviceParam(const BluetoothLpDeviceParamSet ¶mSet) = 0;
|
/ohos5.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;
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/ |
H A D | softbus_ble_mock.cpp | 207 .SetLpDeviceParam = MockSetLpDeviceParam, in ActionOfSoftbusBleAdapterInit()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt.h | 932 int SetLpDeviceParam(const BtLpDeviceParam *lpDeviceParam);
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_central_manager.h | 648 int SetLpDeviceParam(const BleLpDeviceParamSet &lpDeviceParamSet);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 479 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 D | ohos_bt_gatt.cpp | 1351 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 D | softbus_ble_gatt.c | 792 int32_t ret = SetLpDeviceParam(&lpParam); in SoftbusSetLpParam() 925 .SetLpDeviceParam = SoftbusSetLpAdvParam, in SoftbusBleAdapterInit()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_proxy.cpp | 433 int BluetoothBleCentralManagerProxy::SetLpDeviceParam(const BluetoothLpDeviceParamSet ¶mSet) in SetLpDeviceParam() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
|
/ohos5.0/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
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | softbus_ble_gatt_test.cpp | 970 …ret = MockBluetooth::interface->SetLpDeviceParam(duration, maxExtAdvEvents, window, interval, bcHa…
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/ |
H A D | softbus_broadcast_mgr.c | 1996 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()
|