Structure representing the BLE event for CBFC connection complete.

This structure is used to define the parameters for a BLE event that indicates the completion of a Circular Buffer Flow Control (CBFC) connection with a remote device.

Public Attributes#

uint8_t

Address of the remote device.

uint16_t

Protocol/Service Multiplexer (PSM) value.

uint16_t

Maximum Transmission Unit (MTU) size.

uint16_t

Maximum PDU Size (MPS)

uint16_t

Local Channel Identifier (LCID)

Public Attribute Documentation#

dev_addr#

uint8_t rsi_ble_event_cbfc_conn_complete_s::dev_addr[RSI_DEV_ADDR_LEN]

Address of the remote device.


psm#

uint16_t rsi_ble_event_cbfc_conn_complete_s::psm

Protocol/Service Multiplexer (PSM) value.


mtu#

uint16_t rsi_ble_event_cbfc_conn_complete_s::mtu

Maximum Transmission Unit (MTU) size.


mps#

uint16_t rsi_ble_event_cbfc_conn_complete_s::mps

Maximum PDU Size (MPS)


lcid#

uint16_t rsi_ble_event_cbfc_conn_complete_s::lcid

Local Channel Identifier (LCID)