Home
last modified time | relevance | path

Searched refs:bleAdapter (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.h41 …IAdapterBle &bleAdapter, utility::Dispatcher &dispatch, BaseObserverList<IAdapterBleObserver> &obs…
H A Dble_advertiser_impl.h64 IBleAdvertiserCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch);
H A Dble_central_manager_impl.h47 … IBleCentralManagerCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch);
H A Dble_adapter.cpp43 explicit GattClientCallback(BleAdapter &bleAdapter) : bleAdapter_(bleAdapter) in GattClientCallback() argument
114 impl(BleAdapter &bleAdapter);
146 BleAdapter::impl::impl(BleAdapter &bleAdapter) : gattClientcallback_(std::make_unique<GattClientCal… in impl() argument
H A Dble_security.cpp38 …IAdapterBle &bleAdapter, utility::Dispatcher &dispatch, BaseObserverList<IAdapterBleObserver> &obs… in BleSecurity() argument
39 : bleAdapter_(&bleAdapter), in BleSecurity()
H A Dble_central_manager_impl.cpp166 IBleCentralManagerCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) in BleCentralManagerImpl() argument
168 bleAdapter_(&bleAdapter), in BleCentralManagerImpl()
H A Dble_advertiser_impl.cpp47 IBleAdvertiserCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) in BleAdvertiserImpl() argument
49 bleAdapter_(&bleAdapter), in BleAdvertiserImpl()