We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782d698 commit 36bdc6cCopy full SHA for 36bdc6c
include/zephyr/bluetooth/conn.h
@@ -2263,10 +2263,11 @@ struct bt_conn_auth_cb {
2263
* as if the Kconfig flag was not set.
2264
*
2265
* For BR/EDR Secure Simple Pairing (SSP), this callback is called
2266
- * when receiving the BT_HCI_EVT_IO_CAPA_REQ hci event.
+ * when receiving the BT_HCI_EVT_IO_CAPA_REQ hci event. The feat is
2267
+ * NULL here.
2268
2269
* @param conn Connection where pairing is initiated.
- * @param feat Pairing req/resp info.
2270
+ * @param feat Pairing req/resp info. It is NULL in BR/EDR SSP.
2271
*/
2272
enum bt_security_err (*pairing_accept)(struct bt_conn *conn,
2273
const struct bt_conn_pairing_feat *const feat);
0 commit comments