Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/hci/include/
Dbt_vendor_lib.h367 uint16_t acl_data_size; /* Max ACL data size across HCI transport */ member
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_utils.cc976 uint16_t acl_data_size = in l2cu_send_peer_echo_rsp() local
982 ? acl_data_size in l2cu_send_peer_echo_rsp()
3442 uint16_t acl_data_size = in l2cu_set_acl_hci_header() local
3445 if (p_buf->len > acl_data_size) { in l2cu_set_acl_hci_header()
3446 UINT16_TO_STREAM(p, acl_data_size); in l2cu_set_acl_hci_header()
3460 uint16_t acl_data_size = in l2cu_set_acl_hci_header() local
3463 if (p_buf->len > acl_data_size) { in l2cu_set_acl_hci_header()
3464 UINT16_TO_STREAM(p, acl_data_size); in l2cu_set_acl_hci_header()