summaryrefslogtreecommitdiffstats
path: root/core/java/android/server/BluetoothPanProfileHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Delete various Bluetooth files for stack integration.Jaikumar Ganesh2012-07-131-409/+0
|
* Clean up InterfaceConfiguration flags.Jeff Sharkey2011-11-291-5/+5
| | | | | | | Offer modifier methods for interface flags instead of mutating directly, and remove square brackets. Change-Id: I4cce719dccedfb3f0e8448c111e65b93c0008cbb
* Add Api to get profile connection state.Jaikumar Ganesh2011-08-221-1/+3
| | | | | | | This gets the current connection state of the profile with respect to the local Bluetooth adapter. Change-Id: I7cff6c9201d29a8b45413cff7384b7483f21bd5c
* Merge "Fix PAN bug for reverse tethering."Jaikumar Ganesh2011-08-031-13/+9
|\
| * Fix PAN bug for reverse tethering.Jaikumar Ganesh2011-08-031-13/+9
| | | | | | | | | | | | | | | | | | We were the setting the iface as null while disconnecting and so when disconnected the iface used was null - which would lead to a crash. During connecting we don't know the interface, so we use null. Change-Id: I970f2f1886fa32237936eff439c359187a798832
* | Fix PAN bugs.Jaikumar Ganesh2011-08-031-1/+2
|/ | | | | | | | 1. The interface was null for reverse tethering. 2. When disconnecting the server, we were passing the address instead of the interface. Change-Id: I6004cdf1eed000211cddc6b120e0aded5758eb1e
* Improve locking granularity for PAN and Input.Jaikumar Ganesh2011-05-171-14/+14
| | | | | | Long term, all this needs to be converted to a state machine. Change-Id: I757a04994cd04e490a632b433e62b00a23880638
* Merge "Start using NetworkUtils.numericToInetAddress."Robert Greenwalt2011-03-021-3/+4
|\
| * Start using NetworkUtils.numericToInetAddress.Robert Greenwalt2011-03-021-3/+4
| | | | | | | | | | | | | | Generates InetAddresses without risking an accidental dns lookup. For use with supposedly numeric-only ip address strings. Change-Id: I694f3976ce1c6382854706f6557ea88a289add3a
* | Make BluetoothPan inherit from BluetoothProfile.Jaikumar Ganesh2011-02-231-12/+26
|/ | | | Change-Id: Ibd3e24e391be93ebe2cf975bd075efb68e10c1ff
* Make profile handler classes package and final.Jaikumar Ganesh2011-02-141-7/+4
| | | | | | Also merge in the netmask removal fix. Change-Id: I7a5c806d442a704f9cb21204a1d1307461f801c7
* Refactor Input profile operations from Bluetooth Service.Jaikumar Ganesh2011-02-141-9/+5
| | | | Change-Id: I818b0c7056fd43c7303c95150d8001dfc434e5e7
* Remove Bluetooth Pan operations from Bluetooth Service.Jaikumar Ganesh2011-02-141-0/+402
Change-Id: I4dfe14ce04ec357a952b577d452da2257165fc6f