/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;
|
/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;
|
/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;
|
/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
|
/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 | 500 int32_t SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) in SetScanReportChannelToLpDevice() function 503 return BluetoothMock::GetMock()->SetScanReportChannelToLpDevice(scannerId, enable); in SetScanReportChannelToLpDevice()
|
/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/ |
H A D | softbus_ble_mock.cpp | 206 .SetScanReportChannelToLpDevice = MockSetScanReportChannelToLpDevice, in ActionOfSoftbusBleAdapterInit()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt.h | 873 int SetScanReportChannelToLpDevice(int32_t scannerId, bool enable);
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_central_manager.h | 607 int SetScanReportChannelToLpDevice(bool enable);
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 403 int BleCentralManager::SetScanReportChannelToLpDevice(bool enable) in SetScanReportChannelToLpDevice() function in OHOS::Bluetooth::BleCentralManager 418 return proxy->SetScanReportChannelToLpDevice(pimpl->scannerId_, enable); in SetScanReportChannelToLpDevice()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_central_manager_proxy.cpp | 247 int BluetoothBleCentralManagerProxy::SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) in SetScanReportChannelToLpDevice() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy 251 HILOGE("[SetScanReportChannelToLpDevice] fail: write interface token failed."); in SetScanReportChannelToLpDevice() 256 HILOGE("[SetScanReportChannelToLpDevice] fail: write scannerId failed"); in SetScanReportChannelToLpDevice() 261 HILOGE("[SetScanReportChannelToLpDevice] fail: write enable failed"); in SetScanReportChannelToLpDevice() 269 HILOGE("[SetScanReportChannelToLpDevice] fail: transact ErrCode=%{public}d", result); in SetScanReportChannelToLpDevice()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt.cpp | 1042 int SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) in SetScanReportChannelToLpDevice() function 1044 HILOGD("SetScanReportChannelToLpDevice enter. scannerId: %{public}d, isToAp: %{public}d", scannerId, enable); in SetScanReportChannelToLpDevice() 1047 HILOGE("SetScanReportChannelToLpDevice fail, ble centra manager is null."); in SetScanReportChannelToLpDevice() 1050 int ret = bleCentralManager->SetScanReportChannelToLpDevice(enable); in SetScanReportChannelToLpDevice()
|
/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()
|
/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
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/ |
H A D | softbus_broadcast_mgr.c | 1890 DISC_CHECK_AND_RETURN_RET_LOGE(g_interface[g_interfaceId]->SetScanReportChannelToLpDevice != NULL, in BroadcastSetScanReportChannelToLpDevice() 1902 ret = g_interface[g_interfaceId]->SetScanReportChannelToLpDevice(g_scanManager[listenerId].adapterScanId, enable); in BroadcastSetScanReportChannelToLpDevice()
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | softbus_ble_gatt_test.cpp | 944 ret = MockBluetooth::interface->SetScanReportChannelToLpDevice(GATT_ADV_MAX_NUM, false); in HWTEST_F()
|