Searched defs:sub_event (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/main/
H A Dbte_main.c507 UINT16 sub_event = event & BT_SUB_EVT_MASK; /* local controller ID */ local
512 if((sub_event == LOCAL_BR_EDR_CONTROLLER_ID) || \
513 (sub_event == LOCAL_BLE_CONTROLLER_ID))
/external/bluetooth/bluedroid/hci/src/
H A Dhci_h4.c600 uint16_t sub_event = p_msg->event & MSG_SUB_EVT_MASK; local
614 if (sub_event == LOCAL_BR_EDR_CONTROLLER_ID)
H A Dhci_mct.c594 uint16_t sub_event = p_msg->event & MSG_SUB_EVT_MASK; local
600 if (sub_event == LOCAL_BR_EDR_CONTROLLER_ID)
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_int.h150 UINT16 sub_event; member in struct:__anon582

Completed in 97 milliseconds