#[repr(C)]pub struct ble_l2cap_ch_setup_params_t {
pub rx_params: ble_l2cap_ch_rx_params_t,
pub le_psm: u16,
pub status: u16,
}
Expand description
@brief L2CAP channel setup parameters.
Fields§
§rx_params: ble_l2cap_ch_rx_params_t
< L2CAP channel RX parameters.
le_psm: u16
< LE Protocol/Service Multiplexer. Used when requesting setup of an L2CAP channel, ignored otherwise.
status: u16
< Status code, see @ref BLE_L2CAP_CH_STATUS_CODES. Used when replying to a setup request of an L2CAP channel, ignored otherwise.
Trait Implementations§
source§impl Clone for ble_l2cap_ch_setup_params_t
impl Clone for ble_l2cap_ch_setup_params_t
source§fn clone(&self) -> ble_l2cap_ch_setup_params_t
fn clone(&self) -> ble_l2cap_ch_setup_params_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more