A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
Bluetooth — class, package com.distriqt.extension.bluetooth
This class represents the bluetooth extension providing access to the bluetooth functionality on Using the Bluetooth APIs, an Android application can perform the following: Scan for other Bluetooth devices Query the local Bluetooth adapter for paired Bluetooth devices Establish RFCOMM channels Connect to other devices through service discovery Transfer data to and from other devices Manage multiple connections Creating a connection between devices For a bluetooth connection there must be a 'server' or a listener and a 'client' or connector.
Bluetooth() — Constructor, class com.distriqt.extension.bluetooth.Bluetooth
Constructor You should not call this directly, but instead use the singleton access
bluetoothClass — Property, class com.distriqt.extension.bluetooth.BluetoothDevice
If available this "class" object gives additional information about the device, such as whether the device is a phone or a headset.
BluetoothClass — class, package com.distriqt.extension.bluetooth
Describes information about the 'class' of a bluetooth device.
BluetoothClass() — Constructor, class com.distriqt.extension.bluetooth.BluetoothClass
Constructor
BluetoothConnectionEvent — class, package com.distriqt.extension.bluetooth.events
This event describes connection events related to the listening and connecting functionality of the bluetooth extension.
BluetoothConnectionEvent(type:String, uuid:String, device:com.distriqt.extension.bluetooth:BluetoothDevice, message:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.bluetooth.events.BluetoothConnectionEvent
Constructor
BluetoothDevice — class, package com.distriqt.extension.bluetooth
This class represents a bluetooth device.
BluetoothDevice() — Constructor, class com.distriqt.extension.bluetooth.BluetoothDevice
Constructor
BluetoothDeviceEvent — class, package com.distriqt.extension.bluetooth.events
BluetoothDeviceEvent(type:String, device:com.distriqt.extension.bluetooth:BluetoothDevice, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.bluetooth.events.BluetoothDeviceEvent
Constructor
BluetoothEvent — class, package com.distriqt.extension.bluetooth.events
BluetoothEvent(type:String, data:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.distriqt.extension.bluetooth.events.BluetoothEvent
Constructor
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z