Nick Pelly
de893f5503
API_CHANGE
Another round of Bluetooth API clean up, javadoc'ing and unhide'ing.
-- Symbols for getting/setting bluetooth state --
BluetoothAdapter.ACTION_STATE_CHANGED
BluetoothAdapter.EXTRA_STATE
BluetoothAdapter.EXTRA_PREVIOUS_STATE
BluetoothAdapter.STATE_OFF
BluetoothAdapter.STATE_TURNING_ON
BluetoothAdapter.STATE_ON
BluetoothAdapter.STATE_TURNING_OFF
BluetoothAdapter.isEnabled()
BluetoothAdapter.getState()
BluetoothAdapter.enable()
BluetoothAdapter.disable()
-- Symbols for getting/setting scan mode --
BluetoothAdapter.ACTION_SCAN_MODE_CHANGED
BluetoothAdapter.EXTRA_SCAN_MODE
BluetoothAdapter.EXTRA_PREVIOUS_SCAN_MODE
BluetoothAdapter.SCAN_MODE_NONE
BluetoothAdapter.SCAN_MODE_CONNECTABLE
BluetoothAdapter.SCAN_MODE_DISCOVERABLE
BluetoothAdapter.getScanMode()
BluetoothAdapter.setScanMode()
-- Symbols for getting address/names --
BluetoothAdapter.getAddress()
BluetoothAdapter.getName()
BluetoothAdapter.setName()
2009-09-09 10:52:02 -07:00
..
2009-09-07 22:48:02 -07:00
2009-09-09 10:52:02 -07:00
2009-09-03 14:11:02 -07:00
2009-04-22 18:03:21 -07:00
2009-08-12 11:13:26 -07:00
2009-06-30 13:27:30 -07:00
2009-09-01 20:59:36 -07:00
2009-08-12 09:59:32 -04:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-08-25 14:00:10 -07:00
2009-03-03 19:31:44 -08:00
2009-05-08 14:28:40 -07:00
2009-08-28 13:36:14 -07:00
2009-06-22 10:37:50 -07:00
2009-03-03 19:31:44 -08:00
2009-08-19 13:12:13 -04:00
2009-07-23 06:03:39 -07:00
2009-08-12 17:13:55 -07:00
2009-09-03 14:11:02 -07:00
2009-03-03 19:31:44 -08:00
2009-05-18 17:13:31 +02:00
2009-07-29 12:05:36 -07:00
2009-09-02 17:20:25 -07:00
2009-03-03 19:31:44 -08:00
2009-09-01 07:51:15 -04:00
2009-05-13 13:20:59 -07:00
2009-07-16 11:42:32 -07:00
2009-08-26 09:44:09 -07:00
2009-03-03 19:31:44 -08:00
2009-09-04 11:06:46 -04:00
2009-07-07 14:23:07 -07:00
2009-09-03 13:47:54 -04:00
2009-08-27 13:27:08 -07:00
2009-03-03 19:31:44 -08:00
2009-08-06 12:40:56 -07:00
2009-06-18 15:23:17 -07:00
2009-08-30 14:25:56 -04:00
2009-07-30 10:16:28 -07:00
2009-08-05 21:29:42 -07:00
2009-09-05 11:53:18 -07:00
2009-08-19 11:18:53 -07:00
2009-03-18 17:39:46 -07:00
2009-09-07 22:48:02 -07:00
2009-06-26 13:37:05 -07:00
2009-08-17 10:09:36 -04:00
2009-04-20 09:52:56 -07:00
2009-09-07 01:01:15 -07:00