Bluetooth: Host: Rename long error codes
Rename AUTHENTICATION, to AUTH, since this is a well established short form of the word. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
3e9888105e
commit
3320b51644
7 changed files with 16 additions and 15 deletions
|
@ -2457,7 +2457,7 @@ int bt_conn_auth_cancel(struct bt_conn *conn)
|
|||
return ssp_passkey_neg_reply(conn);
|
||||
case PASSKEY_DISPLAY:
|
||||
return bt_conn_disconnect(conn,
|
||||
BT_HCI_ERR_AUTHENTICATION_FAIL);
|
||||
BT_HCI_ERR_AUTH_FAIL);
|
||||
case LEGACY:
|
||||
return pin_code_neg_reply(&conn->br.dst);
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue