Searched defs:sending_msg_count (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/hci/src/
H A Dbt_hci_bdroid.c127 size_t sending_msg_count = 0; local
131 while (p_next_msg && sending_msg_count < ARRAY_SIZE(sending_msg_que))
156 sending_msg_que[sending_msg_count++] = p_msg;
159 for(size_t i = 0; i < sending_msg_count; i++)

Completed in 162 milliseconds