HomeSort by relevance Sort by last modified time
    Searched full:p_cur_inq (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/gap/
gap_utils.c 175 memcpy (p_result->bd_addr, p_cb->p_cur_inq->results.remote_bd_addr, BD_ADDR_LEN);
181 if ((p_cb->p_cur_inq = BTM_InqDbNext(p_cb->p_cur_inq)) != NULL)
183 if ((BTM_ReadRemoteDeviceName (p_cb->p_cur_inq->results.remote_bd_addr,
244 if ((p_cb->p_cur_inq = BTM_InqDbFirst()) != NULL)
246 if ((BTM_ReadRemoteDeviceName (p_cb->p_cur_inq->results.remote_bd_addr,
gap_int.h 64 tBTM_INQ_INFO *p_cur_inq; /* Pointer to the current inquiry database entry */ member in struct:__anon3545
gap_api.c 179 gap_cb.findaddr_cb.p_cur_inq = (tBTM_INQ_INFO *) NULL; /* Reset to the beginning of the database */
    [all...]

Completed in 73 milliseconds