MAXS Module BluetoothAdmin: User Guide
Table of Contents
1. Overview
Enable or disable the bluetooth adapter.
Makes optional use of modules | none |
Uses inoffical Android API | no |
1.1. Permissions
Permission | Use |
---|---|
android.permission.BLUETOOTHADMIN |
Enable or disable the bluetooth adapter |
2. Commands
2.1. bluetooth
(short command: bt
)
2.1.1. bluetooth enable
#+BEGINEXAMPLE User: bluetooth enable AndroidDevice: Enabling bluetooth adapter #+ENDSRC
2.1.2. bluetooth disable
#+BEGINEXAMPLE User: bluetooth disable AndroidDevice: Disabling bluetooth adapter AndroidDevice: Bluetooth adapter changed state from 'on' to 'turning off' AndroidDevice: Bluetooth adapter changed state from 'turning off' to 'off' #+ENDSRC