OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTM_INQ_RESULTS_CB
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/include/
btm_ble_api.h
461
tBTM_INQ_RESULTS_CB
*p_results_cb, tBTM_CMPL_CB *p_cmpl_cb);
[
all
...]
btm_api.h
688
typedef void (
tBTM_INQ_RESULTS_CB
) (tBTM_INQ_RESULTS *p_inq_results, UINT8 *p_eir);
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_inq.c
478
UINT16 min_delay,
tBTM_INQ_RESULTS_CB
*p_results_cb)
586
btm_cb.btm_inq_vars.p_inq_results_cb = (
tBTM_INQ_RESULTS_CB
*) NULL;
774
p_inq->p_inq_results_cb = (
tBTM_INQ_RESULTS_CB
*) NULL; /* Do not notify caller anymore */
850
tBTM_STATUS BTM_StartInquiry (tBTM_INQ_PARMS *p_inqparms,
tBTM_INQ_RESULTS_CB
*p_results_cb,
[
all
...]
btm_ble_gap.c
151
tBTM_INQ_RESULTS_CB
*p_results_cb, tBTM_CMPL_CB *p_cmpl_cb)
[
all
...]
btm_int.h
296
tBTM_INQ_RESULTS_CB
*p_inq_results_cb;
[
all
...]
/external/bluetooth/bluedroid/stack/gap/
gap_api.c
185
btm_status = BTM_StartInquiry (p_inq_parms, (
tBTM_INQ_RESULTS_CB
*) NULL,
[
all
...]
Completed in 1070 milliseconds