Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.cc106 void Link::OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx… in OnDataLengthChange()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection.cc62 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time… in OnDataLengthChange()
Dle_impl_test.cc1125 uint16_t rx_octets{0}; in TEST_F() local
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc376 …void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx_time… in OnDataLengthChange()