Skip to content

v0.6.0

Compare
Choose a tag to compare
@taks taks released this 07 Mar 12:29

What's Changed

  • Implement Display and Debug traits for BLERemoteCharacteristic & BLERemoteService (#66)
  • Added BLEAdvertising::on_complete
  • Added OnWriteArgs::notify::notify (#75)
  • Added BLEServer::on_authentication_complete
  • Added OnWriteArgs::current_data (#81)
  • Changed the return type of get_advertising to Mutex<BLEAdvertising> (#84)
  • Added self argument to BLERemoteCharacteristic::on_subscribe callback
  • Fixed advertising length calculation (#87)
  • Avoid int underflow in BLEWriter::write_value() (#91)
  • Fixes Add missing return codes for security manager (#95)
  • Added disconnect and disconnect_with_reason (#96)
  • Added BLEDevice::deinit_full (#100)
  • Implement PartialEq and Eq for BLEAddress and BLEAddressType (#92)
  • Added BLEAdvertisementData (#101)
  • Added BLEAddress::val, BLEAddress::addr_type
  • Changed BLEReturnCode(pub u32) to BLEError(NonZeroI32) (#105)
  • Fixed BLERemoteCharacteristic::get_descriptors (#106, #108)

Full Changelog: v0.5.1...v0.6.0