Searched refs:total_tx_unacked (Results 1 – 4 of 4) sorted by relevance
226 if (p_cb->total_tx_unacked >= num_pkt) { in smp_tx_complete_callback()227 p_cb->total_tx_unacked -= num_pkt; in smp_tx_complete_callback()232 if (p_cb->total_tx_unacked == 0 && p_cb->wait_for_authorization_complete) { in smp_tx_complete_callback()
975 if (p_cb->total_tx_unacked == 0) { in smp_br_select_next_key()1372 if (p_cb->total_tx_unacked == 0) { in smp_key_distribution()1595 if (p_cb->total_tx_unacked == 0) { in smp_pairing_cmpl()2253 if (p_cb->total_tx_unacked == 0) { in smp_br_pairing_complete()
359 smp_cb.total_tx_unacked++; in smp_send_msg_to_L2CAP()362 smp_cb.total_tx_unacked--; in smp_send_msg_to_L2CAP()
352 uint16_t total_tx_unacked; variable