Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_api.cc319 size_t len = sizeof(tBTA_HH_MAINT_DEV) + dscp_info.descriptor.dl_len; in BTA_HhAddDev()
320 tBTA_HH_MAINT_DEV* p_buf = (tBTA_HH_MAINT_DEV*)osi_calloc(len); in BTA_HhAddDev()
355 tBTA_HH_MAINT_DEV* p_buf = in BTA_HhRemoveDev()
356 (tBTA_HH_MAINT_DEV*)osi_calloc(sizeof(tBTA_HH_MAINT_DEV)); in BTA_HhRemoveDev()
Dbta_hh_int.h107 } tBTA_HH_MAINT_DEV; typedef
128 tBTA_HH_MAINT_DEV api_maintdev;
311 const tBTA_HH_MAINT_DEV* p_dev_info);
Dbta_hh_main.cc317 if (((tBTA_HH_MAINT_DEV*)p_msg)->sub_event == BTA_HH_ADD_DEV_EVT) { in bta_hh_hdl_event()
318 index = bta_hh_find_cb(((tBTA_HH_MAINT_DEV*)p_msg)->link_spec); in bta_hh_hdl_event()
Dbta_hh_act.cc933 const tBTA_HH_MAINT_DEV* p_dev_info = &p_data->api_maintdev; in bta_hh_maint_dev_act()
Dbta_hh_le.cc2126 const tBTA_HH_MAINT_DEV* p_dev_info) { in bta_hh_le_add_device()