Home
last modified time | relevance | path

Searched defs:OnDataLengthChange (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/gd/l2cap/le/
H A Dlink_property_listener.h72 virtual void OnDataLengthChange( in OnDataLengthChange() function
/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() function in bluetooth::hci::acl_manager::LeAclConnectionTracker
/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() function in bluetooth::l2cap::le::internal::Link
/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() function in bluetooth::hci::facade::LeAclManagerFacadeService::Connection
/aosp12/system/bt/main/shim/
H A Dacl.cc625 void OnDataLengthChange(uint16_t tx_octets, uint16_t tx_time, in OnDataLengthChange() function in LeShimAclConnection
H A Dl2c_api.cc600 void OnDataLengthChange(hci::AddressWithType remote, uint16_t tx_octets, in OnDataLengthChange() function