HomeSort by relevance Sort by last modified time
    Searched refs:MSG_STACK_TO_HC_HCI_CMD (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/hci/include/
bt_hci_bdroid.h 83 #define MSG_STACK_TO_HC_HCI_CMD 0x2000 /* eq. BT_EVT_TO_LM_HCI_CMD */
  /hardware/qcom/bt/libbt-vendor/src/
hardware.c 157 p_buf->event = MSG_STACK_TO_HC_HCI_CMD;
  /hardware/broadcom/libbt/src/
hardware.c 638 p_buf->event = MSG_STACK_TO_HC_HCI_CMD;
    [all...]
  /external/bluetooth/bluedroid/hci/src/
hci_h4.c 206 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) && \
    [all...]
btsnoop.c 180 case MSG_STACK_TO_HC_HCI_CMD:
hci_mct.c 190 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) && \
    [all...]
userial_mct.c 323 int ch_idx = (msg_id == MSG_STACK_TO_HC_HCI_CMD) ? CH_CMD : CH_ACL_OUT;
bt_hci_bdroid.c 133 if ((p_next_msg->event & MSG_EVT_MASK)==MSG_STACK_TO_HC_HCI_CMD)

Completed in 260 milliseconds