Home | History | Annotate | Download | only in service

Lines Matching full:adapter

38 class Adapter;
96 LowEnergyScanner(Adapter& adapter, const UUID& uuid, int scanner_id);
102 // Raw pointer to the Bluetooth Adapter.
103 Adapter& adapter_;
135 // from an Adapter instance.
136 explicit LowEnergyScannerFactory(Adapter& adapter);
155 // Raw pointer to the Adapter that owns this factory.
156 Adapter& adapter_;