Home
last modified time | relevance | path

Searched refs:BTA_HH_ADD_DEV_EVT (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_main.c206 if (p_data->api_maintdev.sub_event == BTA_HH_ADD_DEV_EVT) in bta_hh_sm_execute()
334 if (((tBTA_HH_MAINT_DEV *)p_msg)->sub_event == BTA_HH_ADD_DEV_EVT) in bta_hh_hdl_event()
Dbta_hh_api.c359 p_buf->sub_event = BTA_HH_ADD_DEV_EVT; in BTA_HhAddDev()
Dbta_hh_act.c871 case BTA_HH_ADD_DEV_EVT: /* add a device */ in bta_hh_maint_dev_act()
/external/bluetooth/bluedroid/bta/include/
Dbta_hh_api.h51 #define BTA_HH_ADD_DEV_EVT 11 /* Add Device callback */ macro
/external/bluetooth/bluedroid/btif/src/
Dbtif_util.c345 CASE_RETURN_STR(BTA_HH_ADD_DEV_EVT) in dump_hh_event()
Dbtif_hh.c1003 case BTA_HH_ADD_DEV_EVT: in btif_hh_upstreams_evt()
1094 else if ((BTA_HH_ADD_DEV_EVT == event) || (BTA_HH_RMV_DEV_EVT == event) ) in bte_hh_evt()