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

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_api.c371 ** p_results_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) argument
408 p_cb->gap_inq_rslt_cback = p_results_cb;
447 ** p_results_cb - Pointer to the callback routine which gets called
464 UINT16 max_time, tGAP_CALLBACK *p_results_cb)
488 p_cb->gap_inq_rslt_cback = p_results_cb;
463 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.h288 tGAP_CALLBACK *p_results_cb,
310 tGAP_CALLBACK *p_results_cb);
H A Dbtm_ble_api.h461 tBTM_INQ_RESULTS_CB *p_results_cb, tBTM_CMPL_CB *p_cmpl_cb);
H A Dbtm_api.h2449 ** p_results_cb - callback returning pointer to results (tBTM_INQ_RESULTS)
2461 tBTM_INQ_RESULTS_CB *p_results_cb);
2478 ** p_results_cb - Pointer to the callback routine which gets called
2494 tBTM_INQ_RESULTS_CB *p_results_cb,
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_gap.c151 tBTM_INQ_RESULTS_CB *p_results_cb, tBTM_CMPL_CB *p_cmpl_cb)
171 btm_cb.btm_inq_vars.p_inq_ble_results_cb = p_results_cb;
179 btm_cb.btm_inq_vars.p_inq_ble_results_cb = p_results_cb;
1113 ** p_results_cb - callback returning pointer to results (tBTM_INQ_RESULTS)
150 BTM_BleObserve(BOOLEAN start, UINT8 duration, tBTM_INQ_RESULTS_CB *p_results_cb, tBTM_CMPL_CB *p_cmpl_cb) argument
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
910 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
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c1830 tBTA_DM_SEARCH_CBACK *p_results_cb)
1845 p_msg->p_cback = p_results_cb;
1829 BTA_DmBleObserve(BOOLEAN start, UINT8 duration, tBTA_DM_SEARCH_CBACK *p_results_cb) argument
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h1864 ** p_results_cb: Callback to be called with scan results
1870 tBTA_DM_SEARCH_CBACK *p_results_cb);

Completed in 216 milliseconds