Vinayak Kariappa Chettimada
Vinayak Kariappa Chettimada
Added Extended Advertising multiple advertising set broadcaster sample. Which is used to manually verify that AD data PDU chaining is functional. Added implementation to Observer sample so that when Extended...
Fix incorrect use of stream handle instead of connection handle to enqueue Tx ISO Data, and use stream handle to get stream instance. Signed-off-by: Vinayak Kariappa Chettimada
 Steps to reproduce: 
Move the nRF specific CCM structure to vendor specific Lower Link Layer implementation. Vendor implementation without any need for storage can define a zero size structure: Example: struct lll_adv_iso_vendor {...
Use NRF_GRTC, Global real-time counter, instead of NRF_RTC. NRF_GRTC is present in a different power domain in the SoC. Also, NRF_GRTC provide microsecond resolution timing units, in the future use...