/ohos5.0/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, int… 105 …MOCK_METHOD(int32_t, SetLpDeviceAdvParam, (int32_t duration, int32_t maxExtAdvEvents, int32_t wind…
|
H A D | bluetooth_mock.cpp | 509 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 D | bluetooth_ble_central_manager_proxy.h | 41 …int SetLpDeviceAdvParam(int duration, int maxExtAdvEvents, int window, int interval, int advHandle…
|
/ohos5.0/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 a…
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | bluetooth_mock.h | 53 virtual int SetLpDeviceAdvParam( 116 MOCK_METHOD(int, SetLpDeviceAdvParam,
|
H A D | bluetooth_mock.cpp | 159 int 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));
|
/ohos5.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…
|
/ohos5.0/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);
|
/ohos5.0/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…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 396 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 D | ohos_bt_gatt.cpp | 983 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 D | bluetooth_ble_central_manager_proxy.cpp | 210 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 D | bluetooth_ble_central_manager_server.cpp | 738 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 D | softbus_ble_gatt.c | 870 int32_t ret = SetLpDeviceAdvParam(duration, maxExtAdvEvents, window, interval, bcHandle); in SoftbusSetLpAdvParam()
|