Home
last modified time | relevance | path

Searched refs:SetLpDeviceAdvParam (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h41 int SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, int advHandle) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h62 virtual int SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, int advHandle) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h47 int SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, int advHandle) override;
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.h53 virtual int32_t SetLpDeviceAdvParam(
119 MOCK_METHOD(int32_t, SetLpDeviceAdvParam,
H A Dbluetooth_mock.cpp159 int32_t SetLpDeviceAdvParam(int32_t duration, int32_t maxExtAdvEvents, int32_t window, in SetLpDeviceAdvParam() function
H A Dsoftbus_ble_gatt_test.cpp969 EXPECT_CALL(mocker, SetLpDeviceAdvParam).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.h60 virtual int32_t SetLpDeviceAdvParam(int32_t duration, int32_t maxExtAdvEvents, int32_t window, int32_t interval,
105 MOCK_METHOD(int32_t, SetLpDeviceAdvParam, (int32_t duration, int32_t maxExtAdvEvents, int32_t window,
H A Dbluetooth_mock.cpp506 int32_t SetLpDeviceAdvParam(int32_t duration, int32_t maxExtAdvEvents, int32_t window, int32_t interval, in SetLpDeviceAdvParam() function
510 return BluetoothMock::GetMock()->SetLpDeviceAdvParam(duration, maxExtAdvEvents, window, interval, bcHandle); in SetLpDeviceAdvParam()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h862 int SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, int advHandle);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h599 int SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, int advHandle);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp390 int BleCentralManager::SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, int advHandle) in SetLpDeviceAdvParam() function in OHOS::Bluetooth::BleCentralManager
400 return proxy->SetLpDeviceAdvParam(duration, maxExtAdvEvents, window, interval, advHandle); in SetLpDeviceAdvParam()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp207 int BluetoothBleCentralManagerProxy::SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, in SetLpDeviceAdvParam() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
212 HILOGE("[SetLpDeviceAdvParam] fail: write interface token failed."); in SetLpDeviceAdvParam()
216 HILOGE("[SetLpDeviceAdvParam] fail: write duration failed"); in SetLpDeviceAdvParam()
220 HILOGE("[SetLpDeviceAdvParam] fail: write maxExtAdvEvents failed"); in SetLpDeviceAdvParam()
224 HILOGE("[SetLpDeviceAdvParam] fail: write window failed"); in SetLpDeviceAdvParam()
228 HILOGE("[SetLpDeviceAdvParam] fail: write interval failed"); in SetLpDeviceAdvParam()
232 HILOGE("[SetLpDeviceAdvParam] fail: write advHandle failed"); in SetLpDeviceAdvParam()
240 HILOGE("[SetLpDeviceAdvParam] fail: transact ErrCode=%{public}d", result); in SetLpDeviceAdvParam()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp990 int SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, int advHandle) in SetLpDeviceAdvParam() function
992 HILOGI("SetLpDeviceAdvParam enter. duration: %{public}d, maxExtAdvEvents: %{public}d, window: %{public}d \ in SetLpDeviceAdvParam()
1025 int ret = bleCentralManager->SetLpDeviceAdvParam(duration, maxExtAdvEvents, window, interval, advHandle); in SetLpDeviceAdvParam()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp738 int BluetoothBleCentralManagerServer::SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, in SetLpDeviceAdvParam() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c870 int32_t ret = SetLpDeviceAdvParam(duration, maxExtAdvEvents, window, interval, bcHandle); in SoftbusSetLpAdvParam()

Completed in 14 milliseconds