#include <att_db.h>
Data Fields | |
uint8_t | authenticated |
uint8_t | authorized |
hci_con_handle_t | con_handle |
uint8_t | encryption_key_size |
uint16_t | max_mtu |
uint16_t | mtu |
uint8_t att_connection::authenticated |
Referenced by att_validate_security().
uint8_t att_connection::authorized |
Referenced by att_validate_security().
hci_con_handle_t att_connection::con_handle |
uint8_t att_connection::encryption_key_size |
Referenced by att_validate_security().
uint16_t att_connection::max_mtu |
Referenced by handle_exchange_mtu_request().
uint16_t att_connection::mtu |
Referenced by att_handle_request(), handle_exchange_mtu_request(), and prepare_handle_value().