Home | History | Annotate | Download | only in jv

Lines Matching refs:p_info

278     tBTM_INQ_INFO *p_info;
283 p_info = BTM_InqFirstResult();
284 if(p_info)
302 while(p_info && index > count)
305 p_info = BTM_InqNextResult(p_info);
310 if(index == count && p_info)
313 bdcpy(p_bd_addr, p_info->results.remote_bd_addr);