OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTM_INQUIRY_CMPL
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/gap/
gap_utils.c
54
inq_cmpl.num_results = ((
tBTM_INQUIRY_CMPL
*)p_data)->num_resp;
56
inq_cmpl.status = (((
tBTM_INQUIRY_CMPL
*)p_data)->status == BTM_SUCCESS) ? BT_PASS : GAP_ERR_PROCESSING;
225
void gap_find_addr_inq_cb (
tBTM_INQUIRY_CMPL
*p)
gap_int.h
202
extern void gap_find_addr_inq_cb (
tBTM_INQUIRY_CMPL
*p);
/external/bluetooth/bluedroid/stack/btm/
btm_int.h
325
tBTM_INQUIRY_CMPL
inq_cmpl_info; /* Status and number of responses from the last inquiry */
[
all
...]
btm_inq.c
[
all
...]
/external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c
[
all
...]
/external/bluetooth/bluedroid/stack/include/
btm_api.h
655
}
tBTM_INQUIRY_CMPL
;
[
all
...]
Completed in 36 milliseconds