Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c1233 UINT16 xmit_window, acl_data_size; in l2c_link_send_to_lower() local
1268 acl_data_size = controller->get_acl_data_size_ble(); in l2c_link_send_to_lower()
1274 acl_data_size = controller->get_acl_data_size_classic(); in l2c_link_send_to_lower()
1277 num_segs = (p_buf->len - HCI_DATA_PREAMBLE_SIZE + acl_data_size - 1) / acl_data_size; in l2c_link_send_to_lower()
Dl2c_main.c90 uint16_t acl_data_size = controller_get_interface()->get_acl_data_size_classic();
92 if (p_buf->len > acl_data_size) {
93 UINT16_TO_STREAM (p, acl_data_size);
Dl2c_utils.c1100 uint16_t acl_data_size = controller_get_interface()->get_acl_data_size_classic(); in l2cu_send_peer_echo_rsp() local
1104 acl_data_size : (UINT16)L2CAP_CMD_BUF_SIZE; in l2cu_send_peer_echo_rsp()
3588 uint16_t acl_data_size = controller_get_interface()->get_acl_data_size_ble();
3590 if (p_buf->len > acl_data_size) {
3591 UINT16_TO_STREAM (p, acl_data_size);
3610 uint16_t acl_data_size = controller_get_interface()->get_acl_data_size_classic();
3612 if (p_buf->len > acl_data_size) {
3613 UINT16_TO_STREAM (p, acl_data_size);