jatin141141

Results 2 issues of jatin141141

![Screenshot 2024-02-07 at 8 10 11 PM](https://github.com/steamclock/bluejay/assets/133774011/d9b59688-f671-41c2-8a56-18d2b3a8ebbc) let OP_CODE_REPORT_STORED_RECORDS: UInt8 = 0x99 var OPERATOR_SENDING_RECORD_1: UInt8 = 0x00 var OPERATOR_SENDING_RECORD_2: UInt8 = 0x19 let command: [UInt8] = [OP_CODE_REPORT_STORED_RECORDS, OPERATOR_SENDING_RECORD_1, OPERATOR_SENDING_RECORD_2] bluejay.write(to:...

We are currently in the process of developing an application(iOS) that integrates Beurer devices for measurements. However, we're encountering difficulty with the BF600 device reconnecting after initial pairing. Despite attempting...