Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/hci/src/
Dhci_h4.c210 p_buf->event = MSG_STACK_TO_HC_HCI_CMD; in get_acl_data_length_cback()
611 else if (event == MSG_STACK_TO_HC_HCI_CMD) in hci_h4_send_msg()
703 if (event == MSG_STACK_TO_HC_HCI_CMD) in hci_h4_send_msg()
720 if ((event == MSG_STACK_TO_HC_HCI_CMD) && \ in hci_h4_send_msg()
1036 p_buf->event = MSG_STACK_TO_HC_HCI_CMD; in hci_h4_get_acl_data_length()
Dhci_mct.c193 p_buf->event = MSG_STACK_TO_HC_HCI_CMD; in get_acl_data_length_cback()
670 if (event == MSG_STACK_TO_HC_HCI_CMD) in hci_mct_send_msg()
694 if ((event == MSG_STACK_TO_HC_HCI_CMD) && \ in hci_mct_send_msg()
1138 p_buf->event = MSG_STACK_TO_HC_HCI_CMD; in hci_mct_get_acl_data_length()
Dbtsnoop.c655 case MSG_STACK_TO_HC_HCI_CMD: in btsnoop_capture()
686 case MSG_STACK_TO_HC_HCI_CMD: in btsnoop_capture()
Duserial_mct.c370 int ch_idx = (msg_id == MSG_STACK_TO_HC_HCI_CMD) ? CH_CMD : CH_ACL_OUT; in userial_write()
Dbt_hci_bdroid.c423 if ((p_next_msg->event & MSG_EVT_MASK)==MSG_STACK_TO_HC_HCI_CMD) in bt_hc_worker_thread()
/external/bluetooth/bluedroid/hci/include/
Dbt_hci_bdroid.h104 #define MSG_STACK_TO_HC_HCI_CMD 0x2000 /* eq. BT_EVT_TO_LM_HCI_CMD */ macro