Interface | Description |
---|---|
BluetoothCallback |
BluetoothCallback provides a callback interface for the settings
UI to receive events from
BluetoothEventManager . |
BluetoothDeviceFilter.Filter |
The filter interface to external classes.
|
CachedBluetoothDevice.Callback | |
LocalBluetoothManager.BluetoothManagerCallback | |
LocalBluetoothProfile |
LocalBluetoothProfile is an interface defining the basic
functionality related to a Bluetooth profile.
|
LocalBluetoothProfileManager.ServiceListener |
An interface for notifying BluetoothHeadset IPC clients when they have
been connected to the BluetoothHeadset service.
|
Utils.ErrorListener |
Class | Description |
---|---|
A2dpProfile | |
BluetoothDeviceFilter |
BluetoothDeviceFilter contains a static method that returns a
Filter object that returns whether or not the BluetoothDevice
passed to it matches the specified filter type constant from
BluetoothDevicePicker . |
BluetoothDiscoverableTimeoutReceiver | |
BluetoothEventManager |
BluetoothEventManager receives broadcasts and callbacks from the Bluetooth
API and dispatches the event on the UI thread to the right class in the
Settings.
|
CachedBluetoothDevice |
CachedBluetoothDevice represents a remote Bluetooth device.
|
CachedBluetoothDeviceManager |
CachedBluetoothDeviceManager manages the set of remote Bluetooth devices.
|
HeadsetProfile |
HeadsetProfile handles Bluetooth HFP and Headset profiles.
|
HidProfile |
HidProfile handles Bluetooth HID profile.
|
LocalBluetoothAdapter |
LocalBluetoothAdapter provides an interface between the Settings app
and the functionality of the local
BluetoothAdapter , specifically
those related to state transitions of the adapter itself. |
LocalBluetoothManager |
LocalBluetoothManager provides a simplified interface on top of a subset of
the Bluetooth API.
|
LocalBluetoothProfileManager |
LocalBluetoothProfileManager provides access to the LocalBluetoothProfile
objects for the available Bluetooth profiles.
|
MapProfile |
MapProfile handles Bluetooth MAP profile.
|
PanProfile |
PanProfile handles Bluetooth PAN profile (NAP and PANU).
|
PbapServerProfile |
PBAPServer Profile
|
Utils |