commit | bd022f423a33f0794bb53e5b0720da2d67e4631c | [log] [tgz] |
---|---|---|
author | Nick Pelly <npelly@google.com> | Fri Aug 14 18:33:38 2009 -0700 |
committer | Nick Pelly <npelly@google.com> | Tue Aug 18 08:24:22 2009 -0700 |
tree | 4def583f15b783ada3d49866a8cd29bcdb1bbe00 | |
parent | 82e7408be29c6c8c6ed80887ea97f48f38b3223d [diff] |
Bluetooth: 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). IBluetoothDevice.aidl -> Bluetooth.aidl BluetoothDeviceService.java -> BluetoothDeviceService.java TODO: Javadoc