Home
last modified time | relevance | path

Searched refs:SetScanReportChannelToLpDevice (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.h59 virtual int32_t SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) = 0;
104 …MOCK_METHOD(int32_t, SetScanReportChannelToLpDevice, (int32_t scannerId, bool enable), (override));
H A Dbluetooth_mock.cpp503 int32_t SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) in SetScanReportChannelToLpDevice() function
506 return BluetoothMock::GetMock()->SetScanReportChannelToLpDevice(scannerId, enable); in SetScanReportChannelToLpDevice()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h42 int SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h63 virtual int SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h48 int SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) override;
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_interface.h89 int32_t (*SetScanReportChannelToLpDevice)(int32_t scannerId, bool enable); member
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_ble_mock.cpp206 .SetScanReportChannelToLpDevice = MockSetScanReportChannelToLpDevice, in ActionOfSoftbusBleAdapterInit()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h873 int SetScanReportChannelToLpDevice(int32_t scannerId, bool enable);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h607 int SetScanReportChannelToLpDevice(bool enable);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp409 int BleCentralManager::SetScanReportChannelToLpDevice(bool enable) in SetScanReportChannelToLpDevice() function in OHOS::Bluetooth::BleCentralManager
424 return proxy->SetScanReportChannelToLpDevice(pimpl->scannerId_, enable); in SetScanReportChannelToLpDevice()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp1035 int SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) in SetScanReportChannelToLpDevice() function
1043 int ret = bleCentralManager->SetScanReportChannelToLpDevice(enable); in SetScanReportChannelToLpDevice()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c858 int32_t ret = SetScanReportChannelToLpDevice(btScannerId, enable); in SoftbusSetScanReportChanToLp()
924 .SetScanReportChannelToLpDevice = SoftbusSetScanReportChanToLp, in SoftbusBleAdapterInit()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp250 int BluetoothBleCentralManagerProxy::SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) in SetScanReportChannelToLpDevice() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp745 int BluetoothBleCentralManagerServer::SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) in SetScanReportChannelToLpDevice() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_gatt_test.cpp944 ret = MockBluetooth::interface->SetScanReportChannelToLpDevice(GATT_ADV_MAX_NUM, false);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c1967 … DISC_CHECK_AND_RETURN_RET_LOGE(g_interface[g_interfaceId]->SetScanReportChannelToLpDevice != NULL, in BroadcastSetScanReportChannelToLpDevice()
1979 …ret = g_interface[g_interfaceId]->SetScanReportChannelToLpDevice(g_scanManager[listenerId].adapter… in BroadcastSetScanReportChannelToLpDevice()