Home | History | Annotate | Download | only in dm

Lines Matching refs:tBTA_DM_API_SEARCH

388     tBTA_DM_API_SEARCH    *p_msg;
390 if ((p_msg = (tBTA_DM_API_SEARCH *) GKI_getbuf(sizeof(tBTA_DM_API_SEARCH))) != NULL)
392 memset(p_msg, 0, sizeof(tBTA_DM_API_SEARCH));
1551 tBTA_DM_API_SEARCH *p_msg;
1552 UINT16 len = p_services ? (sizeof(tBTA_DM_API_SEARCH) + sizeof(tBT_UUID) * p_services->num_uuid) :
1553 sizeof(tBTA_DM_API_SEARCH);
1555 if ((p_msg = (tBTA_DM_API_SEARCH *) GKI_getbuf(len)) != NULL)