5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
wiced_bt_gatt_connection_status_t Struct Reference

#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
 

Detailed Description

GATT connection status (used by GATT_CONNECTION_STATUS_EVT notification)

Field Documentation

◆ addr_type

wiced_bt_ble_address_type_t wiced_bt_gatt_connection_status_t::addr_type

Remmote device address type

◆ 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

uint8_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

◆ transport

wiced_bt_transport_t wiced_bt_gatt_connection_status_t::transport

Transport type of the connection


The documentation for this struct was generated from the following file: