Manifest – Bluetooth

Die Manifest-Property bluetooth deklariert, welche Berechtigungen für Bluetooth verfügbar sind. der API erstellen.

Beispielmanifest.json

{
  "name": "My Bluetooth app",
  "bluetooth": {
    // Permission for chrome.bluetoothSocket:
    // The application is allowed to communicate with devices
    // using the protocols, profiles, or services identified by
    // the UUIDs 0x1105 and 0x1106 using the BluetoothSocket API.
    "uuids": [ "1105", "1106" ],
    "socket": true
  },
  ...
}
{
  "name": "My Bluetooth app",
  "bluetooth": {
    // Permission for chrome.bluetoothLowEnergy:
    // The application is allowed to communicate with devices
    // using the profiles identified by the UUIDs 0x180D, 0x1809 and 0x180F
    // using the BluetoothLowEnergy API.
    "uuids": [ "180D", "1809", "180F" ],
    "low_energy": true
  },
  ...
}

Referenz

  • uuids (Array von String) – optional

    Die Manifest-Property uuids deklariert die Liste der Protokolle, Profile und Dienste, die von einer App mit denen Sie kommunizieren können.

  • socket (boolesch) – optional

    Mit der Einstellung true erhält eine App die Berechtigung, die bluetoothSocket API zu verwenden.

  • low_energy (boolesch) – optional

    Mit der Einstellung true erhält eine App die Berechtigung, die bluetoothLowEnergy API zu verwenden

  • peripheral (boolesch) – optional

    Mit der Einstellung true erhält eine App die Berechtigung, die Werbefunktionen in der bluetoothLowEnergy-API