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 164 UINT16 GAP_FindAddrByName (BD_NAME devname, tGAP_INQ_PARMS *p_inq_parms, tGAP_CALLBACK *p_addr_cb,
390 UINT16 GAP_StartInquiry (tGAP_INQ_PARMS *p_inq_parms, tGAP_CALLBACK *p_results_cb, tGAP_CALLBACK *p_cmpl_cb)
464 UINT16 max_time, tGAP_CALLBACK *p_results_cb)
721 UINT16 GAP_GetRemoteDeviceName (BD_ADDR addr, tGAP_CALLBACK *callback)
    [all...]
gap_utils.c 205 p_cb->p_cback = (tGAP_CALLBACK *) NULL;
265 p_cb->p_cback = (tGAP_CALLBACK *) NULL;
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 166 typedef void (tGAP_CALLBACK) (UINT16 event, void *p_data);
288 tGAP_CALLBACK *p_results_cb,
289 tGAP_CALLBACK *p_cmpl_cb);
310 tGAP_CALLBACK *p_results_cb);
376 tGAP_CALLBACK *p_addr_cb,
537 GAP_API extern UINT16 GAP_GetRemoteDeviceName (BD_ADDR addr, tGAP_CALLBACK *callback);
    [all...]

Completed in 30 milliseconds