/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.h | 59 virtual int32_t SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) = 0; 104 …MOCK_METHOD(int32_t, SetScanReportChannelToLpDevice, (int32_t scannerId, bool enable), (override));
|
H A D | bluetooth_mock.cpp | 503 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 D | bluetooth_ble_central_manager_proxy.h | 42 int SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_central_manager.h | 63 virtual int SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_ble_central_manager_server.h | 48 int SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) override;
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/ |
H A D | softbus_broadcast_adapter_interface.h | 89 int32_t (*SetScanReportChannelToLpDevice)(int32_t scannerId, bool enable); member
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/ |
H A D | softbus_ble_mock.cpp | 206 .SetScanReportChannelToLpDevice = MockSetScanReportChannelToLpDevice, in ActionOfSoftbusBleAdapterInit()
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt.h | 873 int SetScanReportChannelToLpDevice(int32_t scannerId, bool enable);
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_central_manager.h | 607 int SetScanReportChannelToLpDevice(bool enable);
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 409 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 D | ohos_bt_gatt.cpp | 1035 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 D | softbus_ble_gatt.c | 858 int32_t ret = SetScanReportChannelToLpDevice(btScannerId, enable); in SoftbusSetScanReportChanToLp() 924 .SetScanReportChannelToLpDevice = SoftbusSetScanReportChanToLp, in SoftbusBleAdapterInit()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_proxy.cpp | 250 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 D | bluetooth_ble_central_manager_server.cpp | 745 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 D | softbus_ble_gatt_test.cpp | 944 ret = MockBluetooth::interface->SetScanReportChannelToLpDevice(GATT_ADV_MAX_NUM, false);
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/ |
H A D | softbus_broadcast_mgr.c | 1967 … 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()
|