Lines Matching refs:Bluetooth
22 namespace Bluetooth {
25 class BleAdvertiseCallbackTest : public Bluetooth::BleAdvertiseCallback {
39 class BleHostObserverTest : public Bluetooth::BluetoothHostObserver {
63 class BleCentralManagerCallbackTest : public Bluetooth::BleCentralManagerCallback {
69 void OnScanCallback(const Bluetooth::BleScanResult &result)
73 void OnBleBatchScanResultsEvent(const std::vector<Bluetooth::BleScanResult> &results)
84 Bluetooth::BluetoothHost *host_ = nullptr;
86 Bluetooth::BleAdvertiserSettings bleAdvertiserSettings_ {};
90 Bluetooth::BleScanSettings bleScanSettings_ {};
99 bool HaveUuid(Bluetooth::BleAdvertiserData advData);
100 bool ManufacturerData(Bluetooth::BleAdvertiserData advData);
101 bool ServiceData(Bluetooth::BleAdvertiserData advData);
108 } // namespace Bluetooth