Multiple choice technology platforms and products

In order to use Bluetooth features in your application, you need to declare at least one of two Bluetooth permissions: BLUETOOTH and __________.

  1. BLUETOOTH_READ

  2. BLUETOOTH_ADMIN

  3. BLUETOOTH_WRITE

  4. None of above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

BLUETOOTH_ADMIN is the required second permission for advanced Bluetooth operations like device discovery and modifying Bluetooth settings. BLUETOOTH alone only permits basic Bluetooth connections without these administrative capabilities.