Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
bt_rfcomm_rpn Struct Reference

RFCOMM Remote Port Negotiation (RPN) structure. More...

#include <zephyr/bluetooth/classic/rfcomm.h>

Data Fields

uint8_t dlci
uint8_t baud_rate
uint8_t line_settings
uint8_t flow_control
uint8_t xon_char
uint8_t xoff_char
uint16_t param_mask

Detailed Description

RFCOMM Remote Port Negotiation (RPN) structure.

Field Documentation

◆ baud_rate

uint8_t bt_rfcomm_rpn::baud_rate

◆ dlci

uint8_t bt_rfcomm_rpn::dlci

◆ flow_control

uint8_t bt_rfcomm_rpn::flow_control

◆ line_settings

uint8_t bt_rfcomm_rpn::line_settings

◆ param_mask

uint16_t bt_rfcomm_rpn::param_mask

◆ xoff_char

uint8_t bt_rfcomm_rpn::xoff_char

◆ xon_char

uint8_t bt_rfcomm_rpn::xon_char

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