Home
last modified time | relevance | path

Searched refs:sub_event (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/main/
Dbte_main.c507 UINT16 sub_event = event & BT_SUB_EVT_MASK; /* local controller ID */ in bte_main_hci_send() local
512 if((sub_event == LOCAL_BR_EDR_CONTROLLER_ID) || \ in bte_main_hci_send()
513 (sub_event == LOCAL_BLE_CONTROLLER_ID)) in bte_main_hci_send()
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_main.c306 cback_event = p_data->api_maintdev.sub_event; in bta_hh_sm_execute()
308 if (p_data->api_maintdev.sub_event == BTA_HH_ADD_DEV_EVT) in bta_hh_sm_execute()
446 if (((tBTA_HH_MAINT_DEV *)p_msg)->sub_event == BTA_HH_ADD_DEV_EVT) in bta_hh_hdl_event()
Dbta_hh_api.c366 p_buf->sub_event = BTA_HH_ADD_DEV_EVT; in BTA_HhAddDev()
410 p_buf->sub_event = BTA_HH_RMV_DEV_EVT; in BTA_HhRemoveDev()
Dbta_hh_int.h150 UINT16 sub_event; member
Dbta_hh_act.c972 switch (p_dev_info->sub_event) in bta_hh_maint_dev_act()
1060 (* bta_hh_cb.p_cback)(p_dev_info->sub_event, (tBTA_HH *)&dev_info); in bta_hh_maint_dev_act()
/external/bluetooth/bluedroid/hci/src/
Dhci_mct.c594 uint16_t sub_event = p_msg->event & MSG_SUB_EVT_MASK; in hci_mct_send_msg() local
600 if (sub_event == LOCAL_BR_EDR_CONTROLLER_ID) in hci_mct_send_msg()
Dhci_h4.c600 uint16_t sub_event = p_msg->event & MSG_SUB_EVT_MASK; in hci_h4_send_msg() local
614 if (sub_event == LOCAL_BR_EDR_CONTROLLER_ID) in hci_h4_send_msg()