Hallo,So I have this ADV_IND advertisement mode, which works just fine: // Advertising definitions
ret = aci_gap_set_discoverable(ADV_IND, // Connectable undirected advertising
(ADV_I...
I am trying to maximize throughput from a BlueNRG-2 chip to an android phone.The example code I have just spits out messages from the device to the phone as quickly as possible. Payload sizes up to 200 bytes (207 byte framesize) works OK, as seen bel...