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

  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 375 ** p_cmpl_cb - Pointer to the callback routine which gets called
390 UINT16 GAP_StartInquiry (tGAP_INQ_PARMS *p_inq_parms, tGAP_CALLBACK *p_results_cb, tGAP_CALLBACK *p_cmpl_cb)
407 p_cb->gap_cback = p_cmpl_cb;
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 2022 tGATT_CMPL_CBACK *p_cmpl_cb = (p_clcb->p_reg) ? p_clcb->p_reg->app_cb.p_cmpl_cb : NULL; local
    [all...]
gatt_cl.c 658 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb && (event == GATTC_OPTYPE_INDICATION))
674 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb)
677 (*p_reg->app_cb.p_cmpl_cb) (conn_id, event, encrypt_status, (tGATT_CL_COMPLETE *)&value);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 461 tBTM_INQ_RESULTS_CB *p_results_cb, tBTM_CMPL_CB *p_cmpl_cb);
    [all...]
gap_api.h 289 tGAP_CALLBACK *p_cmpl_cb);
    [all...]
gatt_api.h 579 tGATT_CMPL_CBACK *p_cmpl_cb; member in struct:__anon3349
    [all...]
btm_api.h     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c 151 tBTM_INQ_RESULTS_CB *p_results_cb, tBTM_CMPL_CB *p_cmpl_cb)
168 btm_cb.btm_inq_vars.p_inq_cmpl_cb = p_cmpl_cb;
    [all...]
btm_inq.c 829 ** p_cmpl_cb - Pointer to the callback routine which gets called
841 tBTM_CMPL_CB *p_cmpl_cb)
    [all...]

Completed in 209 milliseconds