Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/hci/src/
Dbt_hci_bdroid.c126 HC_BT_HDR *sending_msg_que[64]; in event_tx() local
131 while (p_next_msg && sending_msg_count < ARRAY_SIZE(sending_msg_que)) in event_tx()
156 sending_msg_que[sending_msg_count++] = p_msg; in event_tx()
160 p_hci_if->send(sending_msg_que[i]); in event_tx()