sjanc opened a new pull request #54: nimble/ll: Fix advertising interval 
validation
URL: https://github.com/apache/mynewt-nimble/pull/54
 
 
   For legacy advertising any interval between 0x0020 and 0x4000 is valid
   as long as min interval is not greater than max interval.
   
   For extended advertising any interval between 0x000020 and 0xffffff
   is valid as long as min interval is not greater than max interval.
   
   If intervals provided are outside of value allowed by specificication
   then Invalid Parmeters error is returned.
   
   If the advertising interval range provided by the Host is valid but
   outside the advertising interval range supported by the Controller,
   then the Controller shall return the Unsupported Feature or Parameter
   Value (0x11) error code. Since for now we support only intervals
   in legacy range we use this code in that case.
   
   This was affecting TP/DDI/BI-02-C qualification test case.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to