#include <wiced_bt_gatt.h>
Data Fields | |
| wiced_bt_ble_address_type_t | addr_type |
| uint8_t * | bd_addr |
| uint16_t | conn_id |
| wiced_bool_t | connected |
| uint8_t | link_role |
| wiced_bt_gatt_disconn_reason_t | reason |
| wiced_bt_transport_t | transport |
GATT connection status (used by GATT_CONNECTION_STATUS_EVT notification)
| wiced_bt_ble_address_type_t wiced_bt_gatt_connection_status_t::addr_type |
Remmote device address type
| uint8_t* wiced_bt_gatt_connection_status_t::bd_addr |
Remote device address
| uint16_t wiced_bt_gatt_connection_status_t::conn_id |
ID of the connection
| wiced_bool_t wiced_bt_gatt_connection_status_t::connected |
TRUE if connected, FALSE if disconnected
| uint8_t wiced_bt_gatt_connection_status_t::link_role |
Link role on this connection
| wiced_bt_gatt_disconn_reason_t wiced_bt_gatt_connection_status_t::reason |
Reason code (see wiced_bt_gatt_disconn_reason_t )
| wiced_bt_transport_t wiced_bt_gatt_connection_status_t::transport |
Transport type of the connection