zephyr/net/bluetooth
Luiz Augusto von Dentz c74c6fd453 Bluetooth: ATT: Retry in case of recoverable error
If the remote response with encryption/authentication error attempt to
elevate the security and retry sending the request:

bt: bt_att_recv (0x00112e0c): Received ATT code 0x01 len 5
bt: att_error_rsp (0x00112e0c): request 0x0a handle 0x0018 error 0x0f
bt: security_changed (0x00112e0c): conn 0x0010f5ac level 1
bt: security_changed (0x00112e0c): Retrying
bt: bt_att_recv (0x00112e0c): Received ATT code 0x0b len 1
bt: att_handle_read_rsp (0x00112e0c):
bt: att_read_rsp (0x00112e0c): err 0x00

Change-Id: I9d74fb50385c39b2092357f4fd6912a3eb041442
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-02-05 20:16:16 -05:00
..
att.c Bluetooth: ATT: Retry in case of recoverable error 2016-02-05 20:16:16 -05:00
att.h Bluetooth: Make bt_att_init declaration parameters explicit void 2016-02-05 20:15:41 -05:00
buf.c Bluetooth: Add bt_buf_clone 2016-02-05 20:16:16 -05:00
conn.c Bluetooth: Add callback for security changed 2016-02-05 20:15:38 -05:00
conn_internal.h Bluetooth: Add callback for security changed 2016-02-05 20:15:38 -05:00
gatt.c Bluetooth: gatt: Fix data length in Prepare Write Request 2016-02-05 20:16:16 -05:00
hci_core.c Bluetooth: Initialize RX prio fiber before RX fiber 2016-02-05 20:16:16 -05:00
hci_core.h Bluetooth: Refactor LE Connection Params validator 2016-02-05 20:15:38 -05:00
Kconfig Bluetooth: Make self-test option relevant to SMP debug 2016-02-05 20:15:23 -05:00
keys.c Bluetooth: Simplify keys management code 2016-02-05 20:15:38 -05:00
keys.h Bluetooth: Store key type in common structure 2016-02-05 20:15:38 -05:00
l2cap.c Bluetooth: Refactor LE Connection Params validator 2016-02-05 20:15:38 -05:00
l2cap.h Bluetooth: Refactor LE Connection Params validator 2016-02-05 20:15:38 -05:00
Makefile Bluetooth: Move key handling to separate files 2016-02-05 20:14:17 -05:00
smp.c Bluetooth: SMP: Remove not need double debug 2016-02-05 20:15:39 -05:00
smp.h Bluetooth: Add data signing function 2016-02-05 20:15:24 -05:00
uuid.c Bluetooth: Add bt_uuid_cmp 2016-02-05 20:14:04 -05:00