Closed armandr closed 5 years ago
If intentional, maybe a bit confusing?
The function name starts with gat, which in BLE terms it could suggest GATT.
But the source comments suggest it should bet get:
/** Get afrVersion of the Amazon FreeRTOSperipheral .... */ public func gatAfrVersionOfPeripheral(_ peripheral: CBPeripheral)
/** Get afrVersion of the Amazon FreeRTOS
.... */ public func gatAfrVersionOfPeripheral(_ peripheral: CBPeripheral)
Thats indeed a typo, it should be getAfrVersionOfPeripheral. Thanks for pointing that out!
Commit addressing issue has been added to the repo. Closing this issue.
If intentional, maybe a bit confusing?
The function name starts with gat, which in BLE terms it could suggest GATT.
But the source comments suggest it should bet get:
/** Get afrVersion of the Amazon FreeRTOS
peripheral.... */ public func gatAfrVersionOfPeripheral(_ peripheral: CBPeripheral)