Home
last modified time | relevance | path

Searched refs:num_pkt (Results 1 – 1 of 1) sorted by relevance

/system/bt/stack/smp/
Dsmp_l2c.cc33 static void smp_tx_complete_callback(uint16_t cid, uint16_t num_pkt);
199 static void smp_tx_complete_callback(uint16_t cid, uint16_t num_pkt) { in smp_tx_complete_callback() argument
202 if (p_cb->total_tx_unacked >= num_pkt) in smp_tx_complete_callback()
203 p_cb->total_tx_unacked -= num_pkt; in smp_tx_complete_callback()
205 SMP_TRACE_ERROR("Unexpected %s: num_pkt = %d", __func__, num_pkt); in smp_tx_complete_callback()