OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_cur_inq
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gap/
gap_utils.c
177
memcpy (p_result->bd_addr, p_cb->
p_cur_inq
->results.remote_bd_addr, BD_ADDR_LEN);
183
if ((p_cb->
p_cur_inq
= BTM_InqDbNext(p_cb->
p_cur_inq
)) != NULL)
185
if ((BTM_ReadRemoteDeviceName (p_cb->
p_cur_inq
->results.remote_bd_addr,
246
if ((p_cb->
p_cur_inq
= BTM_InqDbFirst()) != NULL)
248
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:__anon5891
gap_api.c
180
gap_cb.findaddr_cb.
p_cur_inq
= (tBTM_INQ_INFO *) NULL; /* Reset to the beginning of the database */
[
all
...]
Completed in 194 milliseconds