Lines Matching defs:Bluetooth
1727 Converts a Bluetooth device path structure to its string representative.
1747 BLUETOOTH_DEVICE_PATH *Bluetooth;
1749 Bluetooth = DevPath;
1752 "Bluetooth(%02x%02x%02x%02x%02x%02x)",
1753 Bluetooth->BD_ADDR.Address[0],
1754 Bluetooth->BD_ADDR.Address[1],
1755 Bluetooth->BD_ADDR.Address[2],
1756 Bluetooth->BD_ADDR.Address[3],
1757 Bluetooth->BD_ADDR.Address[4],
1758 Bluetooth->BD_ADDR.Address[5]
1795 Converts a Bluetooth device path structure to its string representative.