Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c1101 uint16_t acl_packet_size = controller_get_interface()->get_acl_packet_size_classic(); in l2cu_send_peer_echo_rsp() local
1103 maxlen = (L2CAP_CMD_BUF_SIZE > acl_packet_size) ? in l2cu_send_peer_echo_rsp()