| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
RFCOMM DLC structure. More...
#include <rfcomm.h>
Public Member Functions | |
| K_KERNEL_STACK_MEMBER (stack, 256) | |
Data Fields | |
| struct k_work_delayable | rtx_work | 
| struct k_fifo | tx_queue | 
| struct k_sem | tx_credits | 
| struct bt_rfcomm_session * | session | 
| struct bt_rfcomm_dlc_ops * | ops | 
| bt_security_t | required_sec_level | 
| bt_rfcomm_role_t | role | 
| uint16_t | mtu | 
| uint8_t | dlci | 
| uint8_t | state | 
| uint8_t | rx_credit | 
| struct k_thread | tx_thread | 
RFCOMM DLC structure.
| bt_rfcomm_dlc::K_KERNEL_STACK_MEMBER | ( | stack | , | 
| 256 | |||
| ) | 
| uint8_t bt_rfcomm_dlc::dlci | 
| uint16_t bt_rfcomm_dlc::mtu | 
| struct bt_rfcomm_dlc_ops* bt_rfcomm_dlc::ops | 
| bt_security_t bt_rfcomm_dlc::required_sec_level | 
| bt_rfcomm_role_t bt_rfcomm_dlc::role | 
| struct k_work_delayable bt_rfcomm_dlc::rtx_work | 
| uint8_t bt_rfcomm_dlc::rx_credit | 
| struct bt_rfcomm_session* bt_rfcomm_dlc::session | 
| uint8_t bt_rfcomm_dlc::state | 
| struct k_sem bt_rfcomm_dlc::tx_credits | 
| struct k_fifo bt_rfcomm_dlc::tx_queue | 
| struct k_thread bt_rfcomm_dlc::tx_thread |