Using a BLE113 I have been successfully using kCBAdvDataLocalName
, in the scan response, to contain dynamically changing data from a sensor. This is then picked up nicely in an iOS App. iOS interprets the data associated with
kCBAdvDataLocalName
as a string which has its limitations. I need to send more data and cannot afford the space lost in encoding to ASCII.
Does anyone have recommendations for the sending of Raw data in Scan Responses?