Class android.bluetooth.BluetoothDevice

Added Methods
boolean cancelBondProcess()  
int connect()  
BluetoothGatt connectGatt(BluetoothGattConnectionSettings, Executor, BluetoothGattCallback)  
boolean createBond(int)  
int disconnect()  
boolean fetchUuids(int)  
BondStatus getBondStatus(int)  
EncryptionStatus getEncryptionStatus(int)  
int getKeyMissingCount()  
boolean isConnected(int)  
 

Changed Methods
boolean setPin(byte[]) Now deprecated.
 
BluetoothGatt connectGatt(Context, boolean, BluetoothGattCallback) Now deprecated.
 
BluetoothGatt connectGatt(Context, boolean, BluetoothGattCallback, int) Now deprecated.
 
BluetoothGatt connectGatt(Context, boolean, BluetoothGattCallback, int, int) Now deprecated.
 
BluetoothGatt connectGatt(Context, boolean, BluetoothGattCallback, int, int, Handler) Now deprecated.
 
 

Added Fields
int BOND_LOSS_REASON_BREDR_AUTH_FAILURE  
int BOND_LOSS_REASON_BREDR_INCOMING_PAIRING  
int BOND_LOSS_REASON_LE_ENCRYPT_FAILURE  
int BOND_LOSS_REASON_LE_INCOMING_PAIRING  
int BOND_LOSS_REASON_UNKNOWN  
int ENCRYPTION_ALGORITHM_UNKNOWN  
String EXTRA_BOND_LOSS_REASON  
String EXTRA_DISCOVERY_RESULT_TYPE  
String EXTRA_PAIRING_ALGORITHM  
String EXTRA_PAIRING_CONTEXT  
String EXTRA_UUID_LE  
int PAIRING_ALGORITHM_BREDR_LEGACY  
int PAIRING_ALGORITHM_BREDR_SSP  
int PAIRING_ALGORITHM_LE_LEGACY  
int PAIRING_ALGORITHM_SC  
int PAIRING_CONTEXT_REPAIRING  
int PAIRING_CONTEXT_USER_APPROVAL_REQUESTED  
int PAIRING_CONTEXT_USER_PARTICIPATION_REQUESTED  
int PHY_LE_HDT  
int PHY_LE_HDT_MASK