Searched refs:tBTA_HH_MAINT_DEV (Results 1 – 5 of 5) sorted by relevance
348 tBTA_HH_MAINT_DEV *p_buf; in BTA_HhAddDev()349 UINT16 len = sizeof(tBTA_HH_MAINT_DEV) + dscp_info.descriptor.dl_len; in BTA_HhAddDev()351 p_buf = (tBTA_HH_MAINT_DEV *)osi_malloc(len); in BTA_HhAddDev()354 memset(p_buf, 0, sizeof(tBTA_HH_MAINT_DEV)); in BTA_HhAddDev()389 tBTA_HH_MAINT_DEV *p_buf; in BTA_HhRemoveDev()391 p_buf = (tBTA_HH_MAINT_DEV *)osi_malloc((UINT16)sizeof(tBTA_HH_MAINT_DEV)); in BTA_HhRemoveDev()394 memset(p_buf, 0, sizeof(tBTA_HH_MAINT_DEV)); in BTA_HhRemoveDev()
429 if (((tBTA_HH_MAINT_DEV *)p_msg)->sub_event == BTA_HH_ADD_DEV_EVT) { in bta_hh_hdl_event()430 index = bta_hh_find_cb(((tBTA_HH_MAINT_DEV *)p_msg)->bda); in bta_hh_hdl_event()
936 tBTA_HH_MAINT_DEV *p_dev_info = &p_data->api_maintdev; in bta_hh_maint_dev_act()
2624 UINT8 bta_hh_le_add_device(tBTA_HH_DEV_CB *p_cb, tBTA_HH_MAINT_DEV *p_dev_info) in bta_hh_le_add_device()
147 } tBTA_HH_MAINT_DEV; typedef171 tBTA_HH_MAINT_DEV api_maintdev;377 extern UINT8 bta_hh_le_add_device(tBTA_HH_DEV_CB *p_cb, tBTA_HH_MAINT_DEV *p_dev_info);