Lines Matching refs:Bluetooth
24 namespace Bluetooth {
31 Bluetooth::UUID g_uuid = Bluetooth::UUID::FromString("00000000-0000-1000-8000-00805F9B34FB");
32 Bluetooth::UUID g_serviceDataUuid = Bluetooth::UUID::FromString("00000000-0000-1000-8000-00805F9B34FA");
33 Bluetooth::UUID g_serviceUuid = Bluetooth::UUID::FromString("FFFFFFF0-FFFF-FFFF-FFFF-FFFFFFFFFFFF");
34 Bluetooth::UUID g_serviceUuidMask = Bluetooth::UUID::FromString("FFFFFFF0-FFFF-FFFF-FFFF-FFFFFFFFFFFF");
35 Bluetooth::UUID g_serviceSolicitationUuid = Bluetooth::UUID::FromString("FFFFFFF0-FFFF-FFFF-FFFF-FFFFFFFFFFFF");
36 Bluetooth::UUID g_serviceSolicitationUuidMask = Bluetooth::UUID::FromString("FFFFFFF0-FFFF-FFFF-FFFF-FFFFFFFFFFFF");
102 bool BleTest::HaveUuid(Bluetooth::BleAdvertiserData advData)
104 for (Bluetooth::UUID uuid : advData.GetServiceUuids()) {
112 bool BleTest::ManufacturerData(Bluetooth::BleAdvertiserData advData)
128 bool BleTest::ServiceData(Bluetooth::BleAdvertiserData advData)
295 } // namespace Bluetooth