OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tGAP_INQ_RESULTS
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/include/
gap_api.h
170
typedef tBTM_INQ_RESULTS
tGAP_INQ_RESULTS
; /* see btm_api.h */
344
GAP_API extern UINT16 GAP_GetFirstInquiryResult(
tGAP_INQ_RESULTS
*p_results);
356
GAP_API extern UINT16 GAP_GetNextInquiryResult(
tGAP_INQ_RESULTS
*p_results);
[
all
...]
/external/bluetooth/bluedroid/stack/gap/
gap_api.c
595
UINT16 GAP_GetFirstInquiryResult(
tGAP_INQ_RESULTS
*p_results)
631
UINT16 GAP_GetNextInquiryResult(
tGAP_INQ_RESULTS
*p_results)
642
sizeof(
tGAP_INQ_RESULTS
));
[
all
...]
gap_int.h
200
extern void gap_inq_results_cb(
tGAP_INQ_RESULTS
*p_results, UINT8 *p_eir);
gap_utils.c
136
p_cb->gap_inq_rslt_cback (GAP_EVT_INQUIRY_RESULTS, (
tGAP_INQ_RESULTS
*)p_results);
Completed in 338 milliseconds