Part Number: CC2340R5
I'm trying to create a non-blocking message queue by changing attr.mq_flags to O_NONBLOCK in BLEAppUtil_createQueue(), but it did not seem to work. The queue still blocked when it was full, and when I debugged into mq_open(), I found that msgQueueDesc->flags was 0, not the expected O_NONBLOCK.
Does the BLEAppUtil APIs support to create a non-blocking queue? If yes, how to make the queue non-blocking?
Best regards,
Shuyang

