/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_ble_central_manager_proxy.h | 41 int SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, int advHandle) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_central_manager.h | 62 virtual int SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, int advHandle) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_ble_central_manager_server.h | 47 int SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, int advHandle) override;
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.h | 53 virtual int32_t SetLpDeviceAdvParam( 119 MOCK_METHOD(int32_t, SetLpDeviceAdvParam,
|
H A D | bluetooth_mock.cpp | 159 int32_t SetLpDeviceAdvParam(int32_t duration, int32_t maxExtAdvEvents, int32_t window, in SetLpDeviceAdvParam() function
|
H A D | softbus_ble_gatt_test.cpp | 969 EXPECT_CALL(mocker, SetLpDeviceAdvParam).WillRepeatedly(Return(OHOS_BT_STATUS_SUCCESS)); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.h | 60 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 D | bluetooth_mock.cpp | 506 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 D | ohos_bt_gatt.h | 862 int SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, int advHandle);
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_central_manager.h | 599 int SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, int advHandle);
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 390 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 D | bluetooth_ble_central_manager_proxy.cpp | 207 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 D | ohos_bt_gatt.cpp | 990 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 D | bluetooth_ble_central_manager_server.cpp | 738 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 D | softbus_ble_gatt.c | 870 int32_t ret = SetLpDeviceAdvParam(duration, maxExtAdvEvents, window, interval, bcHandle); in SoftbusSetLpAdvParam()
|