Changes

Jump to: navigation, search

Phonegap Healthcare Adapter Design

1,312 bytes added, 15:03, 17 August 2012
Android
==== [http://developer.android.com/reference/android/net/wifi/p2p/package-summary.html Wifi] ====
==== [http://developer.android.com/reference/android/bluetooth/package-summary.html Bluetooth] ====
* [http://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html BluetoothAdapter] is the starting point for all Bluetooth communication
** This gives the us the ability to control Bluetooth profiles
** Discover devices
** Query addresses
** Get remote [http://developer.android.com/reference/android/bluetooth/BluetoothDevice.html BluetoothDevice] objects
** Create listening sockets to addresses
* Classes Implementing [http://developer.android.com/reference/android/bluetooth/BluetoothProfile.html BluetoothProfile] can be queried for [http://developer.android.com/reference/android/bluetooth/BluetoothDevice.html BluetoothDevice] Objects, implementing classes:
** [http://developer.android.com/reference/android/bluetooth/BluetoothA2dp.html BluetoothA2dp]
** [http://developer.android.com/reference/android/bluetooth/BluetoothHeadset.html BluetoothHeadset]
** [http://developer.android.com/reference/android/bluetooth/BluetoothHealth.html BluetoothHealth]
* [http://developer.android.com/reference/android/bluetooth/BluetoothDevice.html BluetoothDevice] objects allow the creation secure and insecure [http://developer.android.com/reference/android/bluetooth/BluetoothSocket.html Bluetooth socket]'s
** These all data transfer between physical devices
** Bluetooth protocols are transparent

Navigation menu