Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_l2c.cc207 if (p_cb->total_tx_unacked >= num_pkt) in smp_tx_complete_callback()
208 p_cb->total_tx_unacked -= num_pkt; in smp_tx_complete_callback()
212 if (p_cb->total_tx_unacked == 0 && p_cb->wait_for_authorization_complete) { in smp_tx_complete_callback()
Dsmp_act.cc900 if (p_cb->total_tx_unacked == 0) { in smp_br_select_next_key()
1210 if (p_cb->total_tx_unacked == 0) { in smp_key_distribution()
1390 if (p_cb->total_tx_unacked == 0) { in smp_pairing_cmpl()
2058 if (p_cb->total_tx_unacked == 0) { in smp_br_pairing_complete()
Dsmp_utils.cc313 smp_cb.total_tx_unacked += 1; in smp_send_msg_to_L2CAP()
317 smp_cb.total_tx_unacked -= 1; in smp_send_msg_to_L2CAP()
Dsmp_int.h330 uint16_t total_tx_unacked; member