Bluetooth: Shell: Add pairing failed and complete to OOB handling
Add pairing failed and complete callback to OOB authentication handlers. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
b35075d595
commit
545f090d8b
1 changed files with 2 additions and 2 deletions
|
@ -1377,8 +1377,8 @@ static struct bt_conn_auth_cb auth_cb_oob = {
|
|||
.oob_data_request = auth_pairing_oob_data_request,
|
||||
.cancel = auth_cancel,
|
||||
.pairing_confirm = NULL,
|
||||
.pairing_failed = NULL,
|
||||
.pairing_complete = NULL,
|
||||
.pairing_failed = auth_pairing_failed,
|
||||
.pairing_complete = auth_pairing_complete,
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue