HomeSort by relevance Sort by last modified time
    Searched refs:tGAP_INQ_RESULTS (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/include/
gap_api.h 165 typedef tBTM_INQ_RESULTS tGAP_INQ_RESULTS; /* see btm_api.h */
339 GAP_API extern UINT16 GAP_GetFirstInquiryResult(tGAP_INQ_RESULTS *p_results);
351 GAP_API extern UINT16 GAP_GetNextInquiryResult(tGAP_INQ_RESULTS *p_results);
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 596 UINT16 GAP_GetFirstInquiryResult(tGAP_INQ_RESULTS *p_results)
632 UINT16 GAP_GetNextInquiryResult(tGAP_INQ_RESULTS *p_results)
643 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 138 p_cb->gap_inq_rslt_cback (GAP_EVT_INQUIRY_RESULTS, (tGAP_INQ_RESULTS *)p_results);

Completed in 110 milliseconds