mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 13:00:19 +00:00
bluedroid: support oob pairing for smp secure connection
This commit is contained in:
@@ -1031,6 +1031,8 @@ void smp_proc_pairing_cmpl(tSMP_CB *p_cb)
|
||||
#endif ///BLE_INCLUDED == TRUE
|
||||
|
||||
smp_reset_control_value(p_cb);
|
||||
// TODO: clear local oob data when start advertising
|
||||
smp_clear_local_oob_data();
|
||||
|
||||
if (p_callback) {
|
||||
(*p_callback) (SMP_COMPLT_EVT, pairing_bda, &evt_data);
|
||||
|
Reference in New Issue
Block a user