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.h165 typedef tBTM_INQ_RESULTS tGAP_INQ_RESULTS; /* see btm_api.h */ typedef
339 GAP_API extern UINT16 GAP_GetFirstInquiryResult(tGAP_INQ_RESULTS *p_results);
351 GAP_API extern UINT16 GAP_GetNextInquiryResult(tGAP_INQ_RESULTS *p_results);
/external/bluetooth/bluedroid/stack/gap/
Dgap_api.c596 UINT16 GAP_GetFirstInquiryResult(tGAP_INQ_RESULTS *p_results) in GAP_GetFirstInquiryResult()
632 UINT16 GAP_GetNextInquiryResult(tGAP_INQ_RESULTS *p_results) in GAP_GetNextInquiryResult()
643 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.c138 p_cb->gap_inq_rslt_cback (GAP_EVT_INQUIRY_RESULTS, (tGAP_INQ_RESULTS *)p_results); in gap_inq_results_cb()