Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c1182 && (l2cb.test_info_resp & (L2CAP_EXTFEA_ENH_RETRANS | L2CAP_EXTFEA_STREAM_MODE | in l2cu_send_peer_info_rsp()
1212 && (l2cb.test_info_resp & ( L2CAP_EXTFEA_ENH_RETRANS | L2CAP_EXTFEA_STREAM_MODE in l2cu_send_peer_info_rsp()
1229 UINT32_TO_STREAM (p, l2cb.test_info_resp); in l2cu_send_peer_info_rsp()
2637 l2cb.test_info_resp = mask; in l2cu_set_info_rsp_mask()
Dl2c_main.c898 l2cb.test_info_resp = L2CAP_EXTFEA_SUPPORTED_MASK; in l2c_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h507 … UINT32 test_info_resp; /* Conformance testing needs a dynamic response */ member