Titanium Bluetooth Versions Save

📡 Native iOS / Android Bluetooth support for the Axway Titanium SDK

android-4.0.1

2 years ago

android-4.0.0

3 years ago
  • Update for Ti SDK 9.x
  • linting source files
  • Characteristic properties: characteristicProperties, permissions (from another fork)
  • Peripheral properties: uuids (e.g. checking for Exposure notifications; see example)
  • Exposure notification check in example
  • readValueForCharacteristic parity
  • didReadValueForCharacteristic event (is called on readValueForCharacteristic)

ios-2.0.0

3 years ago
  • Built with Titanium SDK 9
  • Fixed all warnings and deprecations
  • Support beacons (see example/beacons.js for details)
  • Removed the Peripheral.rssi property and replaced it with the didReadRSSI event on the peripheral proxy

android-3.0.0

5 years ago
  • Add parity with iOS (thanks @aca-mobile!)

android-2.0.0

6 years ago
  • Add compatibility with SDK 7+ and Android 64 Bit architecture

ios-v1.3.0

6 years ago
  • Expose all iOS 11 CoreBluetooth API's (see here for native API's that share the same name)
  • Expose didUpdateNotificationStateForCharacteristic event for peripherals
  • Fix a couple of possible null vs [] issues.

ios-v1.2.2

6 years ago
  • Fix peripherals allocation in shared peripheral provider (thanks to @wsliaw!)

ios-v1.2.1

6 years ago
  • Return success-flag in updateValueForCharacteristicOnSubscribedCentrals (#27)
  • Include peripheral property in didUpdateValueForCharacteristic event (#27)

Thanks to @wsliaw!

ios-v1.2.0

6 years ago
  • Add new central-manager methods retrievePeripheralsWithIdentifiers and retrieveConnectedPeripheralsWithServices (#25)

ios-v1.1.2

6 years ago
  • Fix missing uuid properties from characteristic and service (#23)