• Nick Pelly's avatar
    Bluetooth: Update Bluetooth.apk to match BT API change. · 41ef8d49
    Nick Pelly authored
    Split BluetoothDevice into BluetoothDevice and BluetoothAdapter.
    
    BluetoothAdapter: Represents the local BT adapter. Operations on the local
                      adapter (start a scan, etc).
    BluetoothDevice: Represents a remote BT device. Operations on remote devices
                     (pair, connect, etc).
    41ef8d49
BluetoothOppRfcommTransport.java 3.1 KB