Home
last modified time | relevance | path

Searched refs:AllocScannerId (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h455 virtual int32_t AllocScannerId() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h173 int32_t AllocScannerId() override;
H A Dble_central_manager_impl.h135 int32_t AllocScannerId();
H A Dble_adapter.cpp1569 int32_t BleAdapter::AllocScannerId() in AllocScannerId() function in OHOS::bluetooth::BleAdapter
1576 return pimpl->bleCentralManager_->AllocScannerId(); in AllocScannerId()
H A Dble_central_manager_impl.cpp1401 int32_t BleCentralManagerImpl::AllocScannerId() in AllocScannerId() function in OHOS::bluetooth::BleCentralManagerImpl
1411 LOG_DEBUG("[BleCentralManagerImpl] AllocScannerId scannerId: %{public}d", scannerId); in AllocScannerId()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp530 scannerId = bleService->AllocScannerId(); in RegisterBleCentralManagerCallback()

Completed in 9 milliseconds