Home | History | Annotate | Download | only in gap

Lines Matching refs:results

181             BCM_STRNCPY_S ((char *)gap_cb.findaddr_cb.results.devname, sizeof(gap_cb.findaddr_cb.results.devname), (char *)devname, BTM_MAX_REM_BD_NAME_LEN);
184 gap_cb.findaddr_cb.results.devname[BTM_MAX_REM_BD_NAME_LEN] = 0;
190 /* convert the error code into a GAP code and check the results for any errors */
415 /* convert the error code into a GAP code and check the results for any errors */
495 /* convert the error code into a GAP code and check the results for any errors */
590 ** Parameters: p_results - pointer to the inquiry results
604 memcpy(p_results, &gap_cb.cur_inqptr->results, sizeof(tBTM_INQ_RESULTS));
606 ptr = (UINT8 *)gap_cb.cur_inqptr->results.remote_bd_addr;
626 ** Parameters: p_results - pointer to the inquiry results
642 memcpy(p_results, &gap_cb.cur_inqptr->results,
645 ptr = (UINT8 *)gap_cb.cur_inqptr->results.remote_bd_addr;