bluetooth
ম্যানিফেস্ট প্রপার্টি ঘোষণা করে যে ব্লুটুথ API-এর জন্য কোন অনুমতি পাওয়া যায়।
নমুনা manifest.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
},
...
}
রেফারেন্স
uuids
(স্ট্রিং এর অ্যারে) - ঐচ্ছিকuuids
ম্যানিফেস্ট সম্পত্তি প্রোটোকল, প্রোফাইল এবং পরিষেবাগুলির তালিকা ঘোষণা করে যা একটি অ্যাপ ব্যবহার করে যোগাযোগ করতে পারে।socket
(বুলিয়ান) - ঐচ্ছিকtrue
হলে, ব্লুটুথসকেট API ব্যবহার করার জন্য একটি অ্যাপকে অনুমতি দেয়low_energy
(বুলিয়ান) - ঐচ্ছিকtrue
হলে, ব্লুটুথলোএনার্জি API ব্যবহার করার জন্য একটি অ্যাপকে অনুমতি দেয়peripheral
(বুলিয়ান) - ঐচ্ছিকtrue
হলে, ব্লুটুথলোএনার্জি এপিআই-এ বিজ্ঞাপন ফাংশন ব্যবহার করার জন্য একটি অ্যাপকে অনুমতি দেয়