commit | 41ef8d494511c040451f2f887cb31c3100746b61 | [log] [tgz] |
---|---|---|
author | Nick Pelly <npelly@google.com> | Thu Aug 06 18:28:28 2009 -0700 |
committer | Nick Pelly <npelly@google.com> | Tue Aug 18 07:32:05 2009 -0700 |
tree | 7dc15b10f29c6fd7aaa80d50a3b8c4812c5db09c | |
parent | 464d9d216ab1a6cf192e3e526596073c7e35e4a7 [diff] |
Bluetooth: Update Bluetooth.apk to match BT API change. 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).