As of March 15, 2023, we will no longer sell Glass Enterprise Edition. We will continue supporting Glass Enterprise Edition until September 15, 2023. This documentation has been archived and remains as a historical reference for developers who actively maintain apps built for Glass Enterprise Edition. For more information, visit the
Help Center.
Connectivity
Stay organized with collections
Save and categorize content based on your preferences.
With Glass Enterprise Edition 2 you can use wireless protocols such as Bluetooth and Wi-Fi
to stay connected. Read on to find out more about connectivity features.
Bluetooth
Bluetooth on Glass allows you to exchange data with other Bluetooth devices such as wireless
headphones, keyboards, and barcode scanners. The
Glass Settings application allows you
to search for and pair with nearby devices. If you'd like to implement Bluetooth connectivity in
your applications, use Android's
Bluetooth API.
Wi-Fi
Wi-Fi allows you to connect your device to nearby networks. The
Glass Settings application provides an
interface to search for and connect to nearby Wi-Fi networks. To implement Wi-Fi in your application,
use the Android
Wi-Fi API.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-05 UTC."],[[["\u003cp\u003eGlass Enterprise Edition 2 supports Bluetooth for connecting to devices like headphones, keyboards, and scanners, and Wi-Fi for network connectivity.\u003c/p\u003e\n"],["\u003cp\u003eUtilize Android's Bluetooth and Wi-Fi APIs to implement these features in your applications.\u003c/p\u003e\n"],["\u003cp\u003eEnsure Location Services are enabled and necessary permissions are granted before scanning for Bluetooth or Wi-Fi networks.\u003c/p\u003e\n"]]],[],null,["# Connectivity\n\nWith Glass Enterprise Edition 2 you can use wireless protocols such as Bluetooth and Wi-Fi\nto stay connected. Read on to find out more about connectivity features.\n\nBluetooth\n---------\n\nBluetooth on Glass allows you to exchange data with other Bluetooth devices such as wireless\nheadphones, keyboards, and barcode scanners. The\n[Glass Settings](/glass-enterprise/guides/application-integration#settings) application allows you\nto search for and pair with nearby devices. If you'd like to implement Bluetooth connectivity in\nyour applications, use Android's\n[Bluetooth API](https://developer.android.com/guide/topics/connectivity/bluetooth).\n| **Note:** Before you scan for nearby devices, make sure [Location services](/glass-enterprise/guides/inputs-sensors#location-services) are turned on and necessary [permissions](https://developer.android.com/guide/topics/connectivity/bluetooth#Permissions) have been granted.\n\nWi-Fi\n-----\n\nWi-Fi allows you to connect your device to nearby networks. The\n[Glass Settings](/glass-enterprise/guides/application-integration#settings) application provides an\ninterface to search for and connect to nearby Wi-Fi networks. To implement Wi-Fi in your application,\nuse the Android [Wi-Fi API](https://developer.android.com/guide/topics/connectivity/wifi-scan).\n| **Note:** Before you scan for nearby Wi-Fi networks, make sure [Location services](/glass-enterprise/guides/inputs-sensors#location-services) are turned on and necessary [permissions](https://developer.android.com/guide/topics/connectivity/wifi-scan#wifi-scan-permissions) have been granted."]]