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