Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_l2c.c222 if (p_cb->total_tx_unacked >= num_pkt) { in smp_tx_complete_callback()
223 p_cb->total_tx_unacked -= num_pkt; in smp_tx_complete_callback()
229 if (p_cb->total_tx_unacked == 0 && p_cb->wait_for_authorization_complete) { in smp_tx_complete_callback()
Dsmp_act.c996 if (p_cb->total_tx_unacked == 0) { in smp_br_select_next_key()
1331 if (p_cb->total_tx_unacked == 0) { in smp_key_distribution()
1504 if (p_cb->total_tx_unacked == 0) { in smp_pairing_cmpl()
2188 if (p_cb->total_tx_unacked == 0) { in smp_br_pairing_complete()
Dsmp_utils.c330 smp_cb.total_tx_unacked += 1; in smp_send_msg_to_L2CAP()
333 smp_cb.total_tx_unacked -= 1; in smp_send_msg_to_L2CAP()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h335 UINT16 total_tx_unacked; member