Searched refs:acl_data_size (Results 1 – 3 of 3) sorted by relevance
367 uint16_t acl_data_size; /* Max ACL data size across HCI transport */ member
1109 uint16_t xmit_window, acl_data_size; in l2c_link_send_to_lower() local1135 acl_data_size = controller->get_acl_data_size_ble(); in l2c_link_send_to_lower()1139 acl_data_size = controller->get_acl_data_size_classic(); in l2c_link_send_to_lower()1142 num_segs = (p_buf->len - HCI_DATA_PREAMBLE_SIZE + acl_data_size - 1) / in l2c_link_send_to_lower()1143 acl_data_size; in l2c_link_send_to_lower()
982 uint16_t acl_data_size = in l2cu_send_peer_echo_rsp() local988 ? acl_data_size in l2cu_send_peer_echo_rsp()3368 uint16_t acl_data_size = in l2cu_set_acl_hci_header() local3371 if (p_buf->len > acl_data_size) { in l2cu_set_acl_hci_header()3372 UINT16_TO_STREAM(p, acl_data_size); in l2cu_set_acl_hci_header()3393 uint16_t acl_data_size = in l2cu_set_acl_hci_header() local3396 if (p_buf->len > acl_data_size) { in l2cu_set_acl_hci_header()3397 UINT16_TO_STREAM(p, acl_data_size); in l2cu_set_acl_hci_header()