Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h42 int SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h63 virtual int SetScanReportChannelToLpDevice(int32_t scannerId, bool enable) = 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;
/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
/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.cpp500 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 Dsoftbus_ble_mock.cpp206 .SetScanReportChannelToLpDevice = MockSetScanReportChannelToLpDevice, in ActionOfSoftbusBleAdapterInit()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h873 int SetScanReportChannelToLpDevice(int32_t scannerId, bool enable);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h607 int SetScanReportChannelToLpDevice(bool enable);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp403 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 Dbluetooth_ble_central_manager_proxy.cpp247 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 Dohos_bt_gatt.cpp1042 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 Dsoftbus_ble_gatt.c858 int32_t ret = SetScanReportChannelToLpDevice(btScannerId, enable); in SoftbusSetScanReportChanToLp()
924 .SetScanReportChannelToLpDevice = SoftbusSetScanReportChanToLp, in SoftbusBleAdapterInit()
/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
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c1890 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 Dsoftbus_ble_gatt_test.cpp944 ret = MockBluetooth::interface->SetScanReportChannelToLpDevice(GATT_ADV_MAX_NUM, false); in HWTEST_F()

Completed in 18 milliseconds