Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_main.cc279 tL2CAP_CFG_INFO cfg_info; in process_l2cap_cmd() local
280 memset(&cfg_info, 0, sizeof(cfg_info)); in process_l2cap_cmd()
459 STREAM_TO_UINT16(cfg_info.flags, p); in process_l2cap_cmd()
463 cfg_info.flush_to_present = cfg_info.mtu_present = in process_l2cap_cmd()
464 cfg_info.qos_present = cfg_info.fcr_present = cfg_info.fcs_present = in process_l2cap_cmd()
475 cfg_info.mtu_present = true; in process_l2cap_cmd()
484 STREAM_TO_UINT16(cfg_info.mtu, p); in process_l2cap_cmd()
488 cfg_info.flush_to_present = true; in process_l2cap_cmd()
497 STREAM_TO_UINT16(cfg_info.flush_to, p); in process_l2cap_cmd()
501 cfg_info.qos_present = true; in process_l2cap_cmd()
[all …]
/system/bt/bta/hearing_aid/
Dhearing_aid.cc865 tL2CAP_CFG_INFO cfg_info = tL2CAP_CFG_INFO{.mtu = 512}; in ConnectSocket()
874 &cfg_info, nullptr, BTM_SEC_NONE /* TODO: request security ? */, in ConnectSocket()