Home | History | Annotate | Download | only in jv

Lines Matching defs:p_info

279     tBTM_INQ_INFO *p_info;
284 p_info = BTM_InqFirstResult();
285 if(p_info)
303 while(p_info && index > count)
306 p_info = BTM_InqNextResult(p_info);
311 if(index == count && p_info)
314 bdcpy(p_bd_addr, p_info->results.remote_bd_addr);