Lines Matching refs:results
38 ** Also, the inquiry results event has its own callback; Not handled here!
54 /* pass the number of results to caller */
122 GAP_TRACE_EVENT ("GAP Inquiry Results Callback (bdaddr [%02x%02x%02x%02x%02x%02x])",
130 /* Find the control block which has an Inquiry Active and call its results callback */
164 tGAP_FINDADDR_RESULTS *p_result = &p_cb->results;
177 memcpy (p_result->bd_addr, p_cb->p_cur_inq->results.remote_bd_addr, BD_ADDR_LEN);
185 if ((BTM_ReadRemoteDeviceName (p_cb->p_cur_inq->results.remote_bd_addr,
187 return; /* This routine will get called again with the next results */
192 p_result->status = GAP_EOINQDB; /* No inquiry results; we're done! */
201 /* If this code is reached, the process has completed so call the appl's callback with results */
219 ** immediately, and the results are returned in the appls callback.
230 tGAP_FINDADDR_RESULTS *p_result = &p_cb->results;
248 if ((BTM_ReadRemoteDeviceName (p_cb->p_cur_inq->results.remote_bd_addr,
255 p_result->status = GAP_EOINQDB; /* No inquiry results; we're done! */
261 /* If this code is reached, the process has completed so call the appl's callback with results */
301 memcpy (bd_addr, p_result->results.remote_bd_addr, BD_ADDR_LEN);