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

  /external/bluetooth/bluedroid/hci/include/
bt_hci_bdroid.h 92 #define MSG_EVT_MASK 0xFF00 /* eq. BT_EVT_MASK */
  /external/bluetooth/bluedroid/hci/src/
btsnoop.c 642 switch (p_buf->event & MSG_EVT_MASK)
670 switch (p_buf->event & MSG_EVT_MASK)
bt_hci_bdroid.c 509 if ((p_next_msg->event & MSG_EVT_MASK)==MSG_STACK_TO_HC_HCI_CMD)
hci_h4.c 599 uint16_t event = p_msg->event & MSG_EVT_MASK;
    [all...]
hci_mct.c 593 uint16_t event = p_msg->event & MSG_EVT_MASK;
    [all...]

Completed in 49 milliseconds