OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_bta_hh_cfg
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/bta/hh/
bta_hh_cfg.c
62
tBTA_HH_CFG *
p_bta_hh_cfg
= (tBTA_HH_CFG *)&bta_hh_cfg;
variable
bta_hh_utils.c
234
for (xx = 0 ; xx <
p_bta_hh_cfg
->max_devt_spt; xx ++)
236
if (cod == (UINT8)
p_bta_hh_cfg
->p_devt_list[xx].tod)
238
p_cb->app_id =
p_bta_hh_cfg
->p_devt_list[xx].app_id;
bta_hh_int.h
330
extern tBTA_HH_CFG *
p_bta_hh_cfg
;
bta_hh_act.c
301
p_bta_hh_cfg
->sdp_db_size,
387
bta_hh_cb.p_disc_db = (tSDP_DISCOVERY_DB *) GKI_getbuf(
p_bta_hh_cfg
->sdp_db_size);
399
p_bta_hh_cfg
->sdp_db_size,
[
all
...]
Completed in 3598 milliseconds