You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/04/13 11:59:41 UTC

[GitHub] [mynewt-nimble] sjanc commented on issue #891: ble_hs_cfg: .sm_our_key_dist and .sm_their_key_dist, what are they for?

sjanc commented on issue #891:
URL: https://github.com/apache/mynewt-nimble/issues/891#issuecomment-1097967133

   those defines allow our and peer keys during pairing key distribution phase
   Set Local Keys Distribution, this is a bit field of possible values: LTK (0x01), IRK (0x02), CSRK (0x04), LTK_SC(0x08)
   
   (note that CSRK is not supported in NimBLE)
   
   consult Bluetooth Core specification for details.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org