Home
last modified time | relevance | path

Searched refs:MSG_SUB_EVT_MASK (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/hci/include/
Dbt_hci_bdroid.h93 #define MSG_SUB_EVT_MASK 0x00FF /* eq. BT_SUB_EVT_MASK */ macro
/external/bluetooth/bluedroid/hci/src/
Dhci_mct.c594 uint16_t sub_event = p_msg->event & MSG_SUB_EVT_MASK; in hci_mct_send_msg()
Dhci_h4.c600 uint16_t sub_event = p_msg->event & MSG_SUB_EVT_MASK; in hci_h4_send_msg()