HomeSort by relevance Sort by last modified time
    Searched refs:total_tx_unacked (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/smp/
smp_l2c.cc 209 if (p_cb->total_tx_unacked >= num_pkt)
210 p_cb->total_tx_unacked -= num_pkt;
215 if (p_cb->total_tx_unacked == 0 && p_cb->wait_for_authorization_complete) {
smp_act.cc     [all...]
smp_utils.cc 315 smp_cb.total_tx_unacked += 1;
319 smp_cb.total_tx_unacked -= 1;
    [all...]
smp_int.h 329 uint16_t total_tx_unacked; member in struct:__anon106596

Completed in 160 milliseconds