Lines Matching refs:results
37 ** Also, the inquiry results event has its own callback; Not handled here!
53 /* pass the number of results to caller */
120 GAP_TRACE_EVENT6 ("GAP Inquiry Results Callback (bdaddr [%02x%02x%02x%02x%02x%02x])",
128 /* Find the control block which has an Inquiry Active and call its results callback */
162 tGAP_FINDADDR_RESULTS *p_result = &p_cb->results;
175 memcpy (p_result->bd_addr, p_cb->p_cur_inq->results.remote_bd_addr, BD_ADDR_LEN);
183 if ((BTM_ReadRemoteDeviceName (p_cb->p_cur_inq->results.remote_bd_addr,
185 return; /* This routine will get called again with the next results */
190 p_result->status = GAP_EOINQDB; /* No inquiry results; we're done! */
199 /* If this code is reached, the process has completed so call the appl's callback with results */
217 ** immediately, and the results are returned in the appls callback.
228 tGAP_FINDADDR_RESULTS *p_result = &p_cb->results;
246 if ((BTM_ReadRemoteDeviceName (p_cb->p_cur_inq->results.remote_bd_addr,
253 p_result->status = GAP_EOINQDB; /* No inquiry results; we're done! */
259 /* If this code is reached, the process has completed so call the appl's callback with results */
299 memcpy (bd_addr, p_result->results.remote_bd_addr, BD_ADDR_LEN);