It is the Nordic nRF8001 BLE library for RedBearLab BLE Shield v2.1 or above. It is compatible with the platforms those soldered Arduino compatible form factor. The library is ported to mbed from Sandeep's arduino-BLEPeripheral library for Arduino: https://github.com/sandeepmistry/arduino-BLEPeripheral. We have tested it on KL05, KL25, MK20 and SeeedStudio Arch platforms and it works well.

Dependents:   nRF8001_SimpleChat nRF8001_SimpleControls mbed_BLE2 mbed_BLEtry2 ... more

Embed: (wiki syntax)

« Back to documentation index

aci_queue_t Struct Reference

aci_queue_t Struct Reference
[aci_queue]

Data type for queue of data packets to send/receive from radio. More...

#include <aci_queue.h>


Detailed Description

Data type for queue of data packets to send/receive from radio.

A FIFO queue is maintained for packets. New packets are added (enqueued) at the tail and taken (dequeued) from the head. The head variable is the index of the next packet to dequeue while the tail variable is the index of where the next packet should be queued.

Definition at line 52 of file aci_queue.h.