cordova-plugin-bluetooth-serial
Version:
Bluetooth Serial Communication Plugin
64 lines (49 loc) • 1.96 kB
Plain Text
= 0.4.7 =
Clear old data from buffer on new connection fixes
Update package.json for Meteor
Support HM-10 on iOS
= 0.4.6 =
Add support for Android 6.0 (API 23) Permissions. Thanks Sundypha
= 0.4.5 =
Resolve iOS conflicts with cordova-plugin-ble-central
Add support for broadcasted name when discoverable (Android) #137 Thanks marvinmarnold
Add a 'browser' target for emulated bluetooth #115 Thanks PhracturedBlue
= 0.4.4 =
Move plugin to NPM
Support iOS 9
Work with Adafruit nRF8001 and newer Bluefruit hardware
Drop support for Cordova 2.9
= 0.4.3 =
New API - Add device callback when scanning for unpaired Bluetooth devices. @shokre
Send NO_RESULT to subscribe callback when unsubscribing
Fix bug in Chat example
Fix write for Adafruit hardware (CBCharacteristicWriteWithoutResponse)
= 0.4.2 =
Fix typo in WP8 code
= 0.4.1 =
New APIs
* showBluetoothSettings (Android & WP)
* enable (Android only)
* discoverUnpaired (Android only)
Implement isConnected and isEnabled for WP
= 0.4.0 =
Add Windows Phone 8
= 0.3.5 =
Remote NO_RESULT from iOS implementation CB-8063
Switch Adafruit code to WriteWithoutResponse on iOS
= 0.3.4 =
Support for BlueGiga
= 0.3.3 =
Write accepts binary data
Add rawSubscribe for callback with binary data
Add fallback connection for finicky Android devices
Fix UUIDs for Laird BL600
= 0.3.1 =
Add support for Laird BL600
Add unsubscribe for iOS
= 0.3.0 =
Add support for Adafruit Bluefruit LE http://adafru.it/1697
Use RedBear Lab BLE 2.0.1 - supports for v1 and v2 of the shield in addition to BLEmini
Show RSSI for discovered BLE devices, when available
Add readRSSI api (BLE only)
Fixes issues #4, #5, #23, #24, #25, #26, #38, #54