Difference between revisions of "Phonegap Healthcare Adapter Bluetooth Implementation"

From CDOT Wiki
Jump to: navigation, search
Line 27: Line 27:
 
== SDK Examples ==
 
== SDK Examples ==
 
=== iOS ===
 
=== iOS ===
 +
* Enabling Bluetooth on the [http://developer.apple.com/library/ios/#technotes/tn2295/_index.html iOS simulator]
 
* Example program interfacing with Bluetooth low energy temperature sensor using the SDK's CoreBluetooth class
 
* Example program interfacing with Bluetooth low energy temperature sensor using the SDK's CoreBluetooth class
 
** [http://developer.apple.com/library/ios/#samplecode/TemperatureSensor/Introduction/Intro.html Sample]
 
** [http://developer.apple.com/library/ios/#samplecode/TemperatureSensor/Introduction/Intro.html Sample]

Revision as of 15:24, 14 August 2012


NexJ Medical Peripheral Mobile Adapter Will be designed to enable NexJ's Mobile Healthcare solutions to interact with Bluetooth peripherals.

Bluetooth Profiles

A Bluetooth profile is a wireless interface specification for Bluetooth-based communication between devices.

iOS

  • iOS 3+ SDK supports Bluetooth 2.2 devices.
    • Profiles for Bluetooth 2.2 devices are specified here.
  • iOS 5+ SDK supports low energy Bluetooth devices(Bluetooth 4.0).

Android

  • SDK supports Bluetooth 2.2
  • No Support for Bluetooth 4.0

Supported Languages

iOS

Android

  • Supports Java, equivalent to Java SE 6
  • C, C++ support via the Android NDK

SDK Examples

iOS

  • Enabling Bluetooth on the iOS simulator
  • Example program interfacing with Bluetooth low energy temperature sensor using the SDK's CoreBluetooth class

Android

  • Example exploring interactions with Bluetooth devices using Android Bluetooth API's