Bluetooth Host Stack Library
wiced_bt_gatt_connection_status_t Struct Reference

Description

GATT connection status (used by GATT_CONNECTION_STATUS_EVT notification)

Data Fields

uint8_t * bd_addr
 Remote device address. More...
 
wiced_bt_ble_address_type_t addr_type
 Remmote device address type. More...
 
uint16_t conn_id
 ID of the connection. More...
 
wiced_bool_t connected
 TRUE if connected, FALSE if disconnected. More...
 
wiced_bt_gatt_disconn_reason_t reason
 Reason code (see wiced_bt_gatt_disconn_reason_t ) More...
 
wiced_bt_transport_t transport
 Transport type of the connection. More...
 
wiced_bt_dev_role_t link_role
 Link role on this connection. More...
 
uint8_t adv_handle
 adv_handle to identify an advertising set More...
 
uint16_t sync_handle
 Sync_Handle to identify the periodic advertising train. More...
 

Field Documentation

◆ addr_type

wiced_bt_ble_address_type_t wiced_bt_gatt_connection_status_t::addr_type

Remmote device address type.

◆ adv_handle

uint8_t wiced_bt_gatt_connection_status_t::adv_handle

adv_handle to identify an advertising set

◆ bd_addr

uint8_t* wiced_bt_gatt_connection_status_t::bd_addr

Remote device address.

◆ conn_id

uint16_t wiced_bt_gatt_connection_status_t::conn_id

ID of the connection.

◆ connected

wiced_bool_t wiced_bt_gatt_connection_status_t::connected

TRUE if connected, FALSE if disconnected.

◆ link_role

wiced_bt_dev_role_t wiced_bt_gatt_connection_status_t::link_role

Link role on this connection.

◆ reason

wiced_bt_gatt_disconn_reason_t wiced_bt_gatt_connection_status_t::reason

◆ sync_handle

uint16_t wiced_bt_gatt_connection_status_t::sync_handle

Sync_Handle to identify the periodic advertising train.

◆ transport

wiced_bt_transport_t wiced_bt_gatt_connection_status_t::transport

Transport type of the connection.