Searched refs:MSG_STACK_TO_HC_HCI_CMD (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/hci/include/
H A Dbt_hci_bdroid.h83 #define MSG_STACK_TO_HC_HCI_CMD 0x2000 /* eq. BT_EVT_TO_LM_HCI_CMD */ macro
/external/bluetooth/bluedroid/hci/src/
H A Dhci_h4.c206 p_buf->event = MSG_STACK_TO_HC_HCI_CMD;
600 else if (event == MSG_STACK_TO_HC_HCI_CMD)
692 if (event == MSG_STACK_TO_HC_HCI_CMD)
709 if ((event == MSG_STACK_TO_HC_HCI_CMD) && \
1023 p_buf->event = MSG_STACK_TO_HC_HCI_CMD;
H A Dbtsnoop.c180 case MSG_STACK_TO_HC_HCI_CMD:
H A Dhci_mct.c190 p_buf->event = MSG_STACK_TO_HC_HCI_CMD;
660 if (event == MSG_STACK_TO_HC_HCI_CMD)
684 if ((event == MSG_STACK_TO_HC_HCI_CMD) && \
1126 p_buf->event = MSG_STACK_TO_HC_HCI_CMD;
H A Duserial_mct.c323 int ch_idx = (msg_id == MSG_STACK_TO_HC_HCI_CMD) ? CH_CMD : CH_ACL_OUT;
H A Dbt_hci_bdroid.c133 if ((p_next_msg->event & MSG_EVT_MASK)==MSG_STACK_TO_HC_HCI_CMD)

Completed in 113 milliseconds