Client side following a security request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-15 3:21 AM
When a peripheral sends an aci_gap_slave_security_req() what event does it generate on central side?
Asking it as central has the option to:
Encrypt link . "the master may encrypt the link", which command does that?
Pairing proc init "initiate the pairing procedure", which command does that?
Reject "or reject the request". which command does that?
I am following PM0257:
- Labels:
-
BLE
-
STM32WB series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-31 12:29 AM
Hello @DS.4
When the central receives the slave request, its stack sends "pairing request" and the exchange to follow is the same as if the pairing is initiated by the central. It means the pairing process is started. With this configuration, the central will receive an ACI_GAP_NUMERIC_COMPARISON_VALUE_EVENT to which it answers with ACI_GAP_NUMERIC_COMPARISON_VALUE_CONFIRM_YESNO.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-31 12:34 AM
Thanks!
What are the conditions to each may ?
Are those configurations on the master side done before ?
Or some consideration on previous info on master side?
Please do elaborate!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-31 1:14 AM
The Best way to have the necessary explanation on this is to take a look at the part 2.4.6 of the Vol, Part H of the BLUETOOTH CORE SPECIFICATION Version 5.4.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
