Searched refs:bleAdapter (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.h | 41 IAdapterBle &bleAdapter, utility::Dispatcher &dispatch, BaseObserverList<IAdapterBleObserver> &observer);
|
H A D | ble_central_manager_impl.h | 47 IBleCentralManagerCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch);
|
H A D | ble_advertiser_impl.h | 71 IBleAdvertiserCallback &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); 143 BleAdapter::impl::impl(BleAdapter &bleAdapter) : gattClientcallback_(std::make_unique<GattClientCallback>(bleAdapter)) in impl() argument
|
H A D | ble_security.cpp | 38 IAdapterBle &bleAdapter, utility::Dispatcher &dispatch, BaseObserverList<IAdapterBleObserver> &observer) in BleSecurity() 39 : bleAdapter_(&bleAdapter), in BleSecurity() 37 BleSecurity( IAdapterBle &bleAdapter, utility::Dispatcher &dispatch, BaseObserverList<IAdapterBleObserver> &observer) BleSecurity() argument
|
H A D | ble_central_manager_impl.cpp | 166 IBleCentralManagerCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) in BleCentralManagerImpl() 168 bleAdapter_(&bleAdapter), in BleCentralManagerImpl() 165 BleCentralManagerImpl( IBleCentralManagerCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) BleCentralManagerImpl() argument
|
H A D | ble_advertiser_impl.cpp | 44 IBleAdvertiserCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) in BleAdvertiserImpl() 46 bleAdapter_(&bleAdapter), in BleAdvertiserImpl() 43 BleAdvertiserImpl( IBleAdvertiserCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) BleAdvertiserImpl() argument
|
Completed in 12 milliseconds