Searched refs:MSG_STACK_TO_HC_HCI_CMD (Results 1 – 6 of 6) sorted by relevance
210 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()
193 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()
655 case MSG_STACK_TO_HC_HCI_CMD: in btsnoop_capture()686 case MSG_STACK_TO_HC_HCI_CMD: in btsnoop_capture()
370 int ch_idx = (msg_id == MSG_STACK_TO_HC_HCI_CMD) ? CH_CMD : CH_ACL_OUT; in userial_write()
423 if ((p_next_msg->event & MSG_EVT_MASK)==MSG_STACK_TO_HC_HCI_CMD) in bt_hc_worker_thread()
104 #define MSG_STACK_TO_HC_HCI_CMD 0x2000 /* eq. BT_EVT_TO_LM_HCI_CMD */ macro