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)  
 

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
String EXTRA_PAIRING_ALGORITHM  
String EXTRA_PAIRING_CONTEXT  
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