Searched refs:p_cmpl_cb (Results 1 - 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_api.c376 ** p_cmpl_cb - Pointer to the callback routine which gets called
391 UINT16 GAP_StartInquiry (tGAP_INQ_PARMS *p_inq_parms, tGAP_CALLBACK *p_results_cb, tGAP_CALLBACK *p_cmpl_cb) argument
408 p_cb->gap_cback = p_cmpl_cb;
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_utils.c2115 tGATT_CMPL_CBACK *p_cmpl_cb = (p_clcb->p_reg) ? p_clcb->p_reg->app_cb.p_cmpl_cb : NULL; local
2124 if (p_cmpl_cb != NULL && p_clcb->operation != 0)
2175 else if (p_cmpl_cb && op)
2176 (*p_cmpl_cb)(conn_id, op, status, &cb_data);
2178 GATT_TRACE_WARNING ("gatt_end_operation not sent out op=%d p_disc_cmpl_cb:%p p_cmpl_cb:%p",
2179 operation, p_disc_cmpl_cb, p_cmpl_cb);
H A Dgatt_cl.c708 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb && (event == GATTC_OPTYPE_INDICATION))
724 if (p_reg->in_use && p_reg->app_cb.p_cmpl_cb)
727 (*p_reg->app_cb.p_cmpl_cb) (conn_id, event, encrypt_status, (tGATT_CL_COMPLETE *)&value);
/external/bluetooth/bluedroid/stack/include/
H A Dgap_api.h284 tGAP_CALLBACK *p_cmpl_cb);
H A Dgatt_api.h591 tGATT_CMPL_CBACK *p_cmpl_cb; member in struct:__anon1548
H A Dbtm_api.h2437 ** p_cmpl_cb - Pointer to the callback routine which gets called
2450 tBTM_CMPL_CB *p_cmpl_cb);
2867 BTM_API extern tBTM_STATUS BTM_StartDiscovery (tBTM_CMPL_CB *p_cmpl_cb,
H A Dbtm_ble_api.h1067 tBTM_INQ_RESULTS_CB *p_results_cb, tBTM_CMPL_CB *p_cmpl_cb);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_gap.c301 tBTM_INQ_RESULTS_CB *p_results_cb, tBTM_CMPL_CB *p_cmpl_cb)
321 btm_cb.ble_ctr_cb.p_obs_cmpl_cb = p_cmpl_cb;
1688 ** p_cmpl_cb - callback indicating the end of an inquiry
300 BTM_BleObserve(BOOLEAN start, UINT8 duration, tBTM_INQ_RESULTS_CB *p_results_cb, tBTM_CMPL_CB *p_cmpl_cb) argument
H A Dbtm_inq.c839 ** p_cmpl_cb - Pointer to the callback routine which gets called
851 tBTM_CMPL_CB *p_cmpl_cb)
908 p_inq->p_inq_cmpl_cb = p_cmpl_cb;
850 BTM_StartInquiry(tBTM_INQ_PARMS *p_inqparms, tBTM_INQ_RESULTS_CB *p_results_cb, tBTM_CMPL_CB *p_cmpl_cb) argument

Completed in 180 milliseconds