UNPKG

cordova-plugin-bluetooth-classic-serial-port

Version:
121 lines (89 loc) 3.42 kB
= 1.1.0 = iOS refactor: remove subscribeCallbackIds and subscribeRawCallbackIds = 1.0.0 = iOS allow connecting multiple devices with same protocol string Android & iOS Unify arguments = 0.9.16 = chore: Remove cordova-custom-config = 0.9.15 = Android: Move Android permissions to config.xml = 0.9.14 = iOS: Add plugin variables = 0.9.13 = Android: Update permission for sdk 34 = 0.9.12 = Android: Update permission for sdk 33 WindowsPhone: Removed = 0.9.11 = Add new permissions BLUETOOTH_SCAN add BLUETOOTH_CONNECT >= Android 12 or higher = 0.9.10 = fix case letter file name for browser = 0.9.9 = Add new location permissions >= Android 10 (API29) = 0.9.8 = Fix iOS issue with raw subscribe return II = 0.9.7 = Fix iOS issue with raw subscribe return = 0.9.6 = Add interfaceId parameter to the raw subscribe/unsubscribe methods = 0.9.5 = Multi interfaces on single device - Breaking Change. = 0.9.4 = Set iOS accessory to nil prior to connection discovery = 0.9.3 = Connect Methods have new interfaceId parameter. When calling the interfaceId must be provide. This is the SPP_UUID string for Android and the Protocol String for iOS. Removed the Server Socket from the Android implementation as the mobile device initiates the connection, not the bluetooth device. Removed Windows Phone support Removed Examples (not applicable to new method parameters) = 0.9.2 = Added additional logging to iOS connect method = 0.9.1 = Update output of list and discoverUnpaired for iOS to match Android = 0.9.0 = Beta Release Added Set UUID Method for Android for Connecting to Customer UUID Removed Bluetooth LE support for iOS Added Apple Accessory Framework Support to Classic Bluetooth on iOS = 0.4.5 = Resolve iOS conflicts with cordova-plugin-ble-central #177 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 #160 Support iOS 9 #154 #161 Thanks amplexdenmark Work with Adafruit nRF8001 and newer Bluefruit hardware #157 Thanks legege Drop support for Cordova 2.9 = 0.4.3 = New API - Add device callback when scanning for unpaired Bluetooth devices. @shokre #119 #123 Send NO_RESULT to subscribe callback when unsubscribing #121 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 #63 = 0.3.5 = Remote NO_RESULT from iOS implementation CB-8063 Switch Adafruit code to WriteWithoutResponse on iOS = 0.3.4 = Support for BlueGiga #96 - @ChrisMorter = 0.3.3 = Write accepts binary data #83 #39 - Adrián Pardini @pardo-bsso Add rawSubscribe for callback with binary data #83 #57 - Adrián Pardini @pardo-bsso Add fallback connection for finicky Android devices #89 - Matt Philips @SkySrfr Fix UUIDs for Laird BL600 #90 - mrtomhoward = 0.3.1 = Add support for Laird BL600 #71 Add unsubscribe for iOS #66 = 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