robertc2000 commented on code in PR #16364:
URL: https://github.com/apache/nuttx/pull/16364#discussion_r2109801930


##########
wireless/bluetooth/bt_smp.h:
##########
@@ -163,6 +163,29 @@ begin_packed_struct struct bt_smp_security_request_s
   uint8_t auth_req;
 } end_packed_struct;
 
+begin_packed_struct struct bt_smp_auth_cb_s

Review Comment:
   It's a structure containing callbacks that can be implemented by application 
layer. I think they can be useful to notify the user of internal actions like 
pairing failure, cancelation, success or passkey generation.



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to