Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/hci/src/
Dbt_hci_bdroid.c342 HC_BT_HDR *p_msg, *p_next_msg; in bt_hc_worker_thread() local
419 p_next_msg = tx_q.p_first; in bt_hc_worker_thread()
420 while (p_next_msg && sending_msg_count < in bt_hc_worker_thread()
423 if ((p_next_msg->event & MSG_EVT_MASK)==MSG_STACK_TO_HC_HCI_CMD) in bt_hc_worker_thread()
436 p_next_msg = utils_getnext(p_next_msg); in bt_hc_worker_thread()
441 p_msg = p_next_msg; in bt_hc_worker_thread()
442 p_next_msg = utils_getnext(p_msg); in bt_hc_worker_thread()