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

  /external/bluetooth/bluedroid/stack/gap/
gap_int.h 53 tGAP_CALLBACK *gap_cback; /* Pointer to users callback function */
54 tGAP_CALLBACK *gap_inq_rslt_cback; /* Used for inquiry results */
63 tGAP_CALLBACK *p_cback;
gap_api.c 165 UINT16 GAP_FindAddrByName (BD_NAME devname, tGAP_INQ_PARMS *p_inq_parms, tGAP_CALLBACK *p_addr_cb,
391 UINT16 GAP_StartInquiry (tGAP_INQ_PARMS *p_inq_parms, tGAP_CALLBACK *p_results_cb, tGAP_CALLBACK *p_cmpl_cb)
465 UINT16 max_time, tGAP_CALLBACK *p_results_cb)
726 UINT16 GAP_GetRemoteDeviceName (BD_ADDR addr, tGAP_CALLBACK *callback)
    [all...]
gap_utils.c 207 p_cb->p_cback = (tGAP_CALLBACK *) NULL;
267 p_cb->p_cback = (tGAP_CALLBACK *) NULL;
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 161 typedef void (tGAP_CALLBACK) (UINT16 event, void *p_data);
283 tGAP_CALLBACK *p_results_cb,
284 tGAP_CALLBACK *p_cmpl_cb);
305 tGAP_CALLBACK *p_results_cb);
371 tGAP_CALLBACK *p_addr_cb,
538 GAP_API extern UINT16 GAP_GetRemoteDeviceName (BD_ADDR addr, tGAP_CALLBACK *callback);
    [all...]

Completed in 48 milliseconds