OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findaddr_cb
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gap/
gap_api.c
176
if (gap_cb.
findaddr_cb
.in_use == FALSE)
178
gap_cb.
findaddr_cb
.p_cback = p_addr_cb;
179
gap_cb.
findaddr_cb
.p_cur_inq = (tBTM_INQ_INFO *) NULL; /* Reset to the beginning of the database */
180
BCM_STRNCPY_S ((char *)gap_cb.
findaddr_cb
.results.devname, sizeof(gap_cb.
findaddr_cb
.results.devname), (char *)devname, BTM_MAX_REM_BD_NAME_LEN);
183
gap_cb.
findaddr_cb
.results.devname[BTM_MAX_REM_BD_NAME_LEN] = 0;
187
gap_cb.
findaddr_cb
.in_use = TRUE;
191
gap_cb.
findaddr_cb
.in_use = TRUE;
[
all
...]
gap_utils.c
161
tGAP_FINDADDR_CB *p_cb = &gap_cb.
findaddr_cb
;
227
tGAP_FINDADDR_CB *p_cb = &gap_cb.
findaddr_cb
;
gap_int.h
167
tGAP_FINDADDR_CB
findaddr_cb
; /* Contains the control block for finding a device addr */
member in struct:__anon3103
Completed in 302 milliseconds