Home
last modified time | relevance | path

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

/ohos5.0/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, int…
105 …MOCK_METHOD(int32_t, SetLpDeviceAdvParam, (int32_t duration, int32_t maxExtAdvEvents, int32_t wind…
H A Dbluetooth_mock.cpp509 int32_t SetLpDeviceAdvParam(int32_t duration, int32_t maxExtAdvEvents, int32_t window, int32_t inte… in SetLpDeviceAdvParam() function
513 …return BluetoothMock::GetMock()->SetLpDeviceAdvParam(duration, maxExtAdvEvents, window, interval, … in SetLpDeviceAdvParam()
/ohos5.0/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…
/ohos5.0/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 a…
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.h53 virtual int SetLpDeviceAdvParam(
116 MOCK_METHOD(int, SetLpDeviceAdvParam,
H A Dbluetooth_mock.cpp159 int 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));
/ohos5.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…
/ohos5.0/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);
/ohos5.0/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…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp396 int BleCentralManager::SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int inter… in SetLpDeviceAdvParam() function in OHOS::Bluetooth::BleCentralManager
406 return proxy->SetLpDeviceAdvParam(duration, maxExtAdvEvents, window, interval, advHandle); in SetLpDeviceAdvParam()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp983 int SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, int advHandle) in SetLpDeviceAdvParam() function
1018 …int ret = bleCentralManager->SetLpDeviceAdvParam(duration, maxExtAdvEvents, window, interval, advH… in SetLpDeviceAdvParam()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp210 int BluetoothBleCentralManagerProxy::SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int win… in SetLpDeviceAdvParam() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
/ohos5.0/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
/ohos5.0/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()