Home
last modified time | relevance | path

Searched refs:cfg_info (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_main.c363 tL2CAP_CFG_INFO cfg_info; in process_l2cap_cmd() local
392 memset (&cfg_info, 0, sizeof(cfg_info)); in process_l2cap_cmd()
527 STREAM_TO_UINT16 (cfg_info.flags, p); in process_l2cap_cmd()
531 cfg_info.flush_to_present = cfg_info.mtu_present = cfg_info.qos_present = in process_l2cap_cmd()
532 cfg_info.fcr_present = cfg_info.fcs_present = FALSE; in process_l2cap_cmd()
540 cfg_info.mtu_present = TRUE; in process_l2cap_cmd()
541 STREAM_TO_UINT16 (cfg_info.mtu, p); in process_l2cap_cmd()
545 cfg_info.flush_to_present = TRUE; in process_l2cap_cmd()
546 STREAM_TO_UINT16 (cfg_info.flush_to, p); in process_l2cap_cmd()
550 cfg_info.qos_present = TRUE; in process_l2cap_cmd()
[all …]