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.cc970 uint16_t acl_data_size = in l2cu_send_peer_echo_rsp() local
977 ? acl_data_size in l2cu_send_peer_echo_rsp()
3463 uint16_t acl_data_size = bluetooth::shim::GetController() in l2cu_set_acl_hci_header() local
3467 if (p_buf->len > acl_data_size) { in l2cu_set_acl_hci_header()
3468 UINT16_TO_STREAM(p, acl_data_size); in l2cu_set_acl_hci_header()
3482 uint16_t acl_data_size = in l2cu_set_acl_hci_header() local
3485 if (p_buf->len > acl_data_size) { in l2cu_set_acl_hci_header()
3486 UINT16_TO_STREAM(p, acl_data_size); in l2cu_set_acl_hci_header()