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
1119 uint16_t xmit_window, acl_data_size; in l2c_link_send_to_lower() local1145 acl_data_size = controller->get_acl_data_size_ble(); in l2c_link_send_to_lower()1149 acl_data_size = controller->get_acl_data_size_classic(); in l2c_link_send_to_lower()1152 num_segs = (p_buf->len - HCI_DATA_PREAMBLE_SIZE + acl_data_size - 1) / in l2c_link_send_to_lower()1153 acl_data_size; in l2c_link_send_to_lower()
984 uint16_t acl_data_size = in l2cu_send_peer_echo_rsp() local990 ? acl_data_size in l2cu_send_peer_echo_rsp()3354 uint16_t acl_data_size = in l2cu_set_acl_hci_header() local3357 if (p_buf->len > acl_data_size) { in l2cu_set_acl_hci_header()3358 UINT16_TO_STREAM(p, acl_data_size); in l2cu_set_acl_hci_header()3379 uint16_t acl_data_size = in l2cu_set_acl_hci_header() local3382 if (p_buf->len > acl_data_size) { in l2cu_set_acl_hci_header()3383 UINT16_TO_STREAM(p, acl_data_size); in l2cu_set_acl_hci_header()