|
dragoon
4383
|
L2CAP channel setup parameters. More...
#include <ble_l2cap.h>
Data Fields | |
| ble_l2cap_ch_rx_params_t | rx_params |
| uint16_t | le_psm |
| uint16_t | status |
L2CAP channel setup parameters.
Definition at line 205 of file ble_l2cap.h.
| uint16_t ble_l2cap_ch_setup_params_t::le_psm |
LE Protocol/Service Multiplexer. Used when requesting setup of an L2CAP channel, ignored otherwise.
Definition at line 208 of file ble_l2cap.h.
| ble_l2cap_ch_rx_params_t ble_l2cap_ch_setup_params_t::rx_params |
L2CAP channel RX parameters.
Definition at line 207 of file ble_l2cap.h.
| uint16_t ble_l2cap_ch_setup_params_t::status |
Status code, see L2CAP channel status codes. Used when replying to a setup request of an L2CAP channel, ignored otherwise.
Definition at line 210 of file ble_l2cap.h.