Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_main.cc220 cback_event = p_data->api_maintdev.sub_event; in bta_hh_sm_execute()
222 if (p_data->api_maintdev.sub_event == BTA_HH_ADD_DEV_EVT) { in bta_hh_sm_execute()
317 if (((tBTA_HH_MAINT_DEV*)p_msg)->sub_event == BTA_HH_ADD_DEV_EVT) { in bta_hh_hdl_event()
Dbta_hh_api.cc323 p_buf->sub_event = BTA_HH_ADD_DEV_EVT; in BTA_HhAddDev()
359 p_buf->sub_event = BTA_HH_RMV_DEV_EVT; in BTA_HhRemoveDev()
Dbta_hh_int.h103 uint16_t sub_event; member
Dbta_hh_act.cc940 switch (p_dev_info->sub_event) { in bta_hh_maint_dev_act()
1015 (*bta_hh_cb.p_cback)(p_dev_info->sub_event, (tBTA_HH*)&dev_info); in bta_hh_maint_dev_act()
/packages/modules/Bluetooth/system/tools/scripts/
Ddump_hearingaid_audio.py283 sub_event, data = unpack_data(data, 1)
291 if not result[IS_SENT] and hci_evt == 0x3E and sub_event == 0x0A \