| Interface | Description |
|---|---|
| BtState |
The possible states of the com.telenav.sdk.vivid.connectivity.bluetooth.BtManager:
|
| BtStateListener | |
| BtStateMachine |
Handle and control the current Bluetooth state
|
| Class | Description |
|---|---|
| BtBondState |
The device has been paired
|
| BtBondingState |
A Bluetooth pairing(bond) with a device was started
|
| BtConnectableState |
Although device can connect to other devices using BT, it is not discoverable to other device.
|
| BtDisabledState |
BT is turned off on the device
|
| BtDisablingDiscoverableState | |
| BtDisablingState |
The BT is being turned off. Turning off BT is an async operation
|
| BtDiscoverableState |
The device is discoverable to other BT devices. This allows other devices to start pairing procedure.
|
| BtEnabledState | |
| BtEnablingDiscoverableState | |
| BtEnablingState |
Turning on BT. This is an async operation
|
| BtNoneState | |
| BtNotConnectableState | |
| BtPermissionDeniedState | |
| BtPermissionGrantedState | |
| BtReconnectingDeviceState |
The device is being re-connected
|
| BtRequestPermissionState |
At this state, on client side request the following permissions:
|
| BtScanCompleteState | |
| BtScanningState | |
| BtStopScanningState | |
| BtUnbondingState |
The device is being unpaired
|