Home
last modified time | relevance | path

Searched defs:rx_octets (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/gd/l2cap/le/
H A Dlink_property_listener.h73 …hci::AddressWithType remote, uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx… in OnDataLengthChange()
/aosp12/system/bt/gd/hci/acl_manager/
H A Dle_acl_connection.cc56 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time… in OnDataLengthChange()
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dlink.cc90 void Link::OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx… in OnDataLengthChange()
/aosp12/system/bt/gd/hci/facade/
H A Dle_acl_manager_facade.cc277 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time… in OnDataLengthChange()
/aosp12/system/bt/main/shim/
H A Dacl.cc626 uint16_t rx_octets, uint16_t rx_time) { in OnDataLengthChange()