Home
last modified time | relevance | path

Searched refs:tGAP_INQ_RESULTS (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/include/
Dgap_api.h170 typedef tBTM_INQ_RESULTS tGAP_INQ_RESULTS; /* see btm_api.h */ typedef
344 GAP_API extern UINT16 GAP_GetFirstInquiryResult(tGAP_INQ_RESULTS *p_results);
356 GAP_API extern UINT16 GAP_GetNextInquiryResult(tGAP_INQ_RESULTS *p_results);
/external/bluetooth/bluedroid/stack/gap/
Dgap_api.c595 UINT16 GAP_GetFirstInquiryResult(tGAP_INQ_RESULTS *p_results) in GAP_GetFirstInquiryResult()
631 UINT16 GAP_GetNextInquiryResult(tGAP_INQ_RESULTS *p_results) in GAP_GetNextInquiryResult()
642 sizeof(tGAP_INQ_RESULTS)); in GAP_GetNextInquiryResult()
Dgap_int.h200 extern void gap_inq_results_cb(tGAP_INQ_RESULTS *p_results, UINT8 *p_eir);
Dgap_utils.c136 p_cb->gap_inq_rslt_cback (GAP_EVT_INQUIRY_RESULTS, (tGAP_INQ_RESULTS *)p_results); in gap_inq_results_cb()