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

  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 603 memcpy(p_results, &gap_cb.cur_inqptr->results, sizeof(tBTM_INQ_RESULTS));
613 memset(p_results, 0, sizeof(tBTM_INQ_RESULTS));
653 memset(p_results, 0, sizeof(tBTM_INQ_RESULTS));
    [all...]
gap_utils.c 115 void gap_inq_results_cb(tBTM_INQ_RESULTS *p_results, UINT8 *p_eir)
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 170 typedef tBTM_INQ_RESULTS tGAP_INQ_RESULTS; /* see btm_api.h */
    [all...]
btm_api.h 625 } tBTM_INQ_RESULTS;
633 tBTM_INQ_RESULTS results;
688 typedef void (tBTM_INQ_RESULTS_CB) (tBTM_INQ_RESULTS *p_inq_results, UINT8 *p_eir);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 153 static void btm_set_eir_uuid( UINT8 *p_eir, tBTM_INQ_RESULTS *p_results );
467 ** p_results_cb - callback returning pointer to results (tBTM_INQ_RESULTS)
    [all...]
btm_ble_gap.c     [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 42 static void bta_dm_inq_results_cb (tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir);
71 static void bta_dm_eir_search_services( tBTM_INQ_RESULTS *p_result,
107 static void bta_dm_observe_results_cb (tBTM_INQ_RESULTS *p_inq, UINT8 *p_eir);
    [all...]

Completed in 39 milliseconds