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

  /external/bluetooth/bluedroid/hci/include/
bt_hci_bdroid.h 71 #define MSG_SUB_EVT_MASK 0x00FF /* eq. BT_SUB_EVT_MASK */
  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 208 int sub_event = p_msg->event & MSG_SUB_EVT_MASK;
hci_h4.c 589 uint16_t sub_event = p_msg->event & MSG_SUB_EVT_MASK;
    [all...]
hci_mct.c 584 uint16_t sub_event = p_msg->event & MSG_SUB_EVT_MASK;
    [all...]
  /external/bluetooth/bluedroid/main/
bte_main.c 560 p_msg->hdr.event = MSG_CTRL_TO_HC_CMD | (MSG_SUB_EVT_MASK & BT_HC_AUDIO_STATE);

Completed in 4244 milliseconds