Home | History | Annotate | Download | only in dm

Lines Matching refs:tBTA_DM_API_SEARCH

380     tBTA_DM_API_SEARCH    *p_msg;
382 if ((p_msg = (tBTA_DM_API_SEARCH *) GKI_getbuf(sizeof(tBTA_DM_API_SEARCH))) != NULL)
384 memset(p_msg, 0, sizeof(tBTA_DM_API_SEARCH));
1917 tBTA_DM_API_SEARCH *p_msg;
1918 UINT16 len = p_services ? (sizeof(tBTA_DM_API_SEARCH) + sizeof(tBT_UUID) * p_services->num_uuid) :
1919 sizeof(tBTA_DM_API_SEARCH);
1921 if ((p_msg = (tBTA_DM_API_SEARCH *) GKI_getbuf(len)) != NULL)