| Top |  |  |  |  | 
| enum | BluetoothType | 
| #define | BLUETOOTH_TYPE_INPUT | 
| #define | BLUETOOTH_TYPE_AUDIO | 
| enum | BluetoothBatteryType | 
| enum | BluetoothAdapterState | 
The type of a Bluetooth device. See also BLUETOOTH_TYPE_INPUT and BLUETOOTH_TYPE_AUDIO
| any device, or a device of an unknown type | ||
| a telephone (usually a cell/mobile phone) | ||
| a modem | ||
| a computer, can be a laptop, a wearable computer, etc. | ||
| a network device, such as a router | ||
| a headset (usually a hands-free device) | ||
| headphones (covers two ears) | ||
| another type of audio device | ||
| a keyboard | ||
| a mouse | ||
| a camera (still or moving) | ||
| a printer | ||
| a joypad, joystick, or other game controller | ||
| a drawing tablet | ||
| a video device, such as a webcam | ||
| a remote control | ||
| a scanner | ||
| a display | ||
| a wearable computer | ||
| a toy or game | ||
| audio speaker or speakers | 
#define BLUETOOTH_TYPE_INPUT (BLUETOOTH_TYPE_KEYBOARD | BLUETOOTH_TYPE_MOUSE | BLUETOOTH_TYPE_TABLET | BLUETOOTH_TYPE_JOYPAD)
Use this value to select any Bluetooth input device where a BluetoothType enum is required.
#define BLUETOOTH_TYPE_AUDIO (BLUETOOTH_TYPE_HEADSET | BLUETOOTH_TYPE_HEADPHONES | BLUETOOTH_TYPE_OTHER_AUDIO | BLUETOOTH_TYPE_SPEAKERS)
Use this value to select any Bluetooth audio device where a BluetoothType enum is required.