Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_l2cap_conn_req_param_t Struct Reference

L2CAP CBFC Channel connection request parameters. More...

Data Fields

uint16_t local_psm
 Identifier indicating the protocol/profile that uses L2CAP CBFC Channel on local device. More...
 
uint16_t remote_psm
 Identifier indicating the protocol/profile that uses L2CAP CBFC Channel on remote device. More...
 
uint16_t mtu
 MTU size(byte) receivable on L2CAP CBFC Channel. More...
 
uint16_t mps
 MPS size(byte) receivable on L2CAP CBFC Channel. More...
 
uint16_t credit
 The number of LE-Frame that local device can receive. More...
 

Detailed Description

L2CAP CBFC Channel connection request parameters.

Field Documentation

◆ local_psm

uint16_t st_ble_l2cap_conn_req_param_t::local_psm

Identifier indicating the protocol/profile that uses L2CAP CBFC Channel on local device.

◆ remote_psm

uint16_t st_ble_l2cap_conn_req_param_t::remote_psm

Identifier indicating the protocol/profile that uses L2CAP CBFC Channel on remote device.

◆ mtu

uint16_t st_ble_l2cap_conn_req_param_t::mtu

MTU size(byte) receivable on L2CAP CBFC Channel.

◆ mps

uint16_t st_ble_l2cap_conn_req_param_t::mps

MPS size(byte) receivable on L2CAP CBFC Channel.

◆ credit

uint16_t st_ble_l2cap_conn_req_param_t::credit

The number of LE-Frame that local device can receive.