Searched refs:p_results_cb (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_api.c372 ** p_results_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
409 p_cb->gap_inq_rslt_cback = p_results_cb;
448 ** p_results_cb - Pointer to the callback routine which gets called
465 UINT16 max_time, tGAP_CALLBACK *p_results_cb)
489 p_cb->gap_inq_rslt_cback = p_results_cb;
464 GAP_StartPeriodicInquiry(tGAP_INQ_PARMS *p_inq_parms, UINT16 min_time, UINT16 max_time, tGAP_CALLBACK *p_results_cb) argument
/external/bluetooth/bluedroid/stack/include/
H A Dgap_api.h283 tGAP_CALLBACK *p_results_cb,
305 tGAP_CALLBACK *p_results_cb);
H A Dbtm_api.h2404 ** p_results_cb - callback returning pointer to results (tBTM_INQ_RESULTS)
2416 tBTM_INQ_RESULTS_CB *p_results_cb);
2433 ** p_results_cb - Pointer to the callback routine which gets called
2449 tBTM_INQ_RESULTS_CB *p_results_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_inq.c467 ** p_results_cb - callback returning pointer to results (tBTM_INQ_RESULTS)
478 UINT16 min_delay, tBTM_INQ_RESULTS_CB *p_results_cb)
520 p_inq->p_inq_results_cb = p_results_cb;
835 ** p_results_cb - Pointer to the callback routine which gets called
850 tBTM_STATUS BTM_StartInquiry (tBTM_INQ_PARMS *p_inqparms, tBTM_INQ_RESULTS_CB *p_results_cb, argument
909 p_inq->p_inq_results_cb = p_results_cb;
477 BTM_SetPeriodicInquiryMode(tBTM_INQ_PARMS *p_inqparms, UINT16 max_delay, UINT16 min_delay, tBTM_INQ_RESULTS_CB *p_results_cb) argument
H A Dbtm_ble_gap.c301 tBTM_INQ_RESULTS_CB *p_results_cb, tBTM_CMPL_CB *p_cmpl_cb)
320 btm_cb.ble_ctr_cb.p_obs_results_cb = p_results_cb;
1687 ** p_results_cb - callback returning pointer to results (tBTM_INQ_RESULTS)
300 BTM_BleObserve(BOOLEAN start, UINT8 duration, tBTM_INQ_RESULTS_CB *p_results_cb, tBTM_CMPL_CB *p_cmpl_cb) argument
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c2530 tBTA_DM_SEARCH_CBACK *p_results_cb)
2543 p_msg->p_cback = p_results_cb;
2529 BTA_DmBleObserve(BOOLEAN start, UINT8 duration, tBTA_DM_SEARCH_CBACK *p_results_cb) argument
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h2262 ** p_results_cb: Callback to be called with scan results
2268 tBTA_DM_SEARCH_CBACK *p_results_cb);

Completed in 1164 milliseconds