Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/
Dacl_data_channel.h205 uint16_t num_pending_packets() const { return num_pending_packets_; } in num_pending_packets() function
/external/pigweed/pw_bluetooth_proxy/
Dacl_data_channel.cc32 uint16_t num_pending_packets, in AclConnection()
250 uint16_t num_pending_packets = connection_ptr->num_pending_packets(); in HandleNumberOfCompletedPacketsEvent() local