Home
last modified time | relevance | path

Searched refs:BT_EVT_MASK (Results 1 – 4 of 4) sorted by relevance

/system/bt/hci/src/
Dbtsnoop_mem.cc33 const uint16_t type = packet->event & BT_EVT_MASK; in btsnoop_mem_capture()
/system/bt/stack/btu/
Dbtu_task.cc50 switch (p_msg->event & BT_EVT_MASK) { in btu_hci_msg_process()
/system/bt/stack/include/
Dbt_types.h51 #define BT_EVT_MASK 0xFF00 macro
/system/bt/btif/src/
Dbtif_core.cc295 BTIF_TRACE_ERROR("unhandled btif event (%d)", p_msg->event & BT_EVT_MASK); in bt_jni_msg_ready()