Home
last modified time | relevance | path

Searched defs:num_pending_packets (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/
H A Dacl_data_channel.h170 uint16_t num_pending_packets, in AclConnection()
183 uint16_t num_pending_packets() const { return num_pending_packets_; } in num_pending_packets() function
/aosp_15_r20/external/pigweed/pw_bluetooth_proxy/
H A Dacl_data_channel.cc183 uint16_t num_pending_packets = connection_ptr->num_pending_packets(); in HandleNumberOfCompletedPacketsEvent() local