Searched refs:bleAdapter (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.h | 41 …IAdapterBle &bleAdapter, utility::Dispatcher &dispatch, BaseObserverList<IAdapterBleObserver> &obs…
|
H A D | ble_advertiser_impl.h | 64 IBleAdvertiserCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch);
|
H A D | ble_central_manager_impl.h | 47 … IBleCentralManagerCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch);
|
H A D | ble_adapter.cpp | 43 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 D | ble_security.cpp | 38 …IAdapterBle &bleAdapter, utility::Dispatcher &dispatch, BaseObserverList<IAdapterBleObserver> &obs… in BleSecurity() argument 39 : bleAdapter_(&bleAdapter), in BleSecurity()
|
H A D | ble_central_manager_impl.cpp | 166 IBleCentralManagerCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) in BleCentralManagerImpl() argument 168 bleAdapter_(&bleAdapter), in BleCentralManagerImpl()
|
H A D | ble_advertiser_impl.cpp | 47 IBleAdvertiserCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) in BleAdvertiserImpl() argument 49 bleAdapter_(&bleAdapter), in BleAdvertiserImpl()
|