Home | History | Annotate | Download | only in btm

Lines Matching full:inquiry

362         /* shared inquiry database, do not allow observe if any inquiry is active */
1932 ** Description This function is called to start BLE inquiry procedure.
1933 ** If the duration is zero, the periodic inquiry mode is cancelled.
1935 ** Parameters: mode - GENERAL or LIMITED inquiry
1936 ** p_inq_params - pointer to the BLE inquiry parameter.
1938 ** p_cmpl_cb - callback indicating the end of an inquiry
1944 ** BTM_BUSY - if an inquiry is already active
1955 /* if selective connection is active, or inquiry is already active, reject it */
1959 BTM_TRACE_ERROR("LE Inquiry is active, can not start inquiry");
1998 /* start inquiry timer */
2496 ** Description Update adv packet information into inquiry result.
2552 p_i->inq_count = p_inq->inq_counter; /* Mark entry for current inquiry */
2618 ** inquiry database.
2686 ** received from the device. It updates the inquiry database.
2687 ** If the inquiry database is full, the oldest entry is discarded.
2705 /* Only process the results if the inquiry is still active */
2714 /* Extract inquiry results */
2765 /* Check if this address has already been processed for this inquiry */
2796 else if (p_i->inq_count != p_inq->inq_counter) /* first time seen in this inquiry */
2800 /* update the LE device information in inquiry database */
2812 /* If the number of responses found and limited, issue a cancel inquiry */
2818 /* assume a DUMO device, BR/EDR inquiry is always active */
2823 BTM_TRACE_WARNING("INQ RES: Extra Response Received...cancelling inquiry..");
2825 /* if is non-periodic inquiry active, cancel now */
2900 /* Clear the inquiry callback if set */
2914 ** Description Stop the BLE Inquiry.
2939 /* If we have a callback registered for inquiry complete, call it */
3131 ** Description Called when BTM BLE inquiry timer expires