wnnwoo opened a new pull request #717: Add more detail about the MACRO description URL: https://github.com/apache/mynewt-nimble/pull/717 1. Add LE Uncoded PHY 1M In the formula: IFS + SCAN_REQ + IFS + SCAN_RSP = 150 + 176 + 150 + 376. SCAN_REQ are about 176u, it means 176 bit = 1B(Preamble) + 4B(AA) + 14B(Payload) + 3B(CRC)=22B=22*8bits = 176bits. this formula should be for LE Uncoded PHY 1M. for 2M PHY, the preamble is 2B (Core Spec v5.1 p2691), the result is not the same as 1M. 2. Suggest to use CONN_IND as the Core Spec v5.1 p2706.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
