Skip to content

BLE Update

Compare
Choose a tag to compare
@pablosun pablosun released this 10 Jan 05:28
· 12 commits to master since this release
c297631

BLE bug fixes

  • iBeacon: LBLEAdvertisements::getIBeaconInfo now properly converts byte order and endian of UUID/major/minor data in iBeacon packets. Also, TxPower is updated to use signed integer value type. (#79)
  • BLE notification: LBLEPeripheral fixes issues that cause Android apps unable to receive notification sent from LinkIt 7697. (#80)
  • BLE write/read: LBLECentral fixes issues that cause failed characteristic read/write when using 128-bit UUIDs. (#82)

Other updates

  • Serial now supports additional baudrate 921600, 460800, and 230400, thanks to suggestion from @weixiongmei .