// SPDX-License-Identifier: Unlicense OR MIT
/*
Package bluetooth implements permissions to access Bluetooth and Bluetooth
Low Energy hardware, including the ability to discover and pair devices.
Android
The following entries will be added to AndroidManifest.xml:
Note that ACCESS_FINE_LOCATION is required on Android before the Bluetooth
device may be used.
See https://developer.android.com/guide/topics/connectivity/bluetooth.
ACCESS_FINE_LOCATION is a "dangerous" permission. See documentation for
package github.com/p9c/p9/pkg/gel/gio/app/permission for more information.
*/
package bluetooth