OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sup_feature
(Results
1 - 8
of
8
) sorted by null
/external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c
193
if ((p_cb->
sup_feature
.app_role_mask == BTA_HL_MDEP_ROLE_MASK_SOURCE) &&
194
(!p_cb->
sup_feature
.advertize_source_sdp))
201
if (p_cb->
sup_feature
.app_role_mask == BTA_HL_MDEP_ROLE_MASK_SINK)
207
if (p_cb->
sup_feature
.app_role_mask != BTA_HL_MDEP_ROLE_MASK_SOURCE)
287
if (p_cb->
sup_feature
.mdep[i].mdep_id)
289
mdep_id = (UINT8)p_cb->
sup_feature
.mdep[i].mdep_id;
290
mdep_role = (UINT8)p_cb->
sup_feature
.mdep[i].mdep_cfg.mdep_role;
292
APPL_TRACE_DEBUG1("num_of_mdep_data_types %d ", p_cb->
sup_feature
.mdep[i].mdep_cfg.num_of_mdep_data_types);
293
for (j=0; j<p_cb->
sup_feature
.mdep[i].mdep_cfg.num_of_mdep_data_types; j++)
297
sup_feature_list.list_elem[cnt].data_type = p_cb->
sup_feature
.mdep[i].mdep_cfg.data_cfg[j].data_type
[
all
...]
bta_hl_utils.c
422
tBTA_HL_MDEP *p_mdep= &p_acb->
sup_feature
.mdep[mdep_idx];
[
all
...]
bta_hl_act.c
1692
tBTA_HL_SUP_FEATURE_LIST_ELEM
sup_feature
;
local
[
all
...]
bta_hl_int.h
526
tBTA_HL_SUP_FEATURE
sup_feature
;
member in struct:__anon310
594
#define BTA_HL_GET_ECHO_CFG_PTR(app_idx) &(bta_hl_cb.acb[(app_idx)].
sup_feature
.echo_cfg)
595
#define BTA_HL_GET_MDEP_CFG_PTR(app_idx, mdep_cfg_idx) &(bta_hl_cb.acb[(app_idx)].
sup_feature
.mdep[mdep_cfg_idx].mdep_cfg)
597
&(bta_hl_cb.acb[(app_idx)].
sup_feature
.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[data_cfg_idx])
[
all
...]
bta_hl_main.c
[
all
...]
/external/bluetooth/bluedroid/btif/co/
bta_hl_co.c
79
*p_num_of_mdep = p_btif_hl_cb->acb[app_idx].
sup_feature
.num_of_mdeps;
109
advertize_source_sdp = p_btif_hl_cb->acb[app_idx].
sup_feature
.advertize_source_sdp;
150
p_btif_hl_cb->acb[app_idx].
sup_feature
.mdep[idx].mdep_id = mdep_id;
152
&p_btif_hl_cb->acb[app_idx].
sup_feature
.mdep[idx].mdep_cfg,
191
p_sup = &p_acb->
sup_feature
;
/external/bluetooth/bluedroid/btif/src/
btif_hl.c
653
UINT16 data_type = p_acb->
sup_feature
.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type;
[
all
...]
/external/bluetooth/bluedroid/btif/include/
btif_hl.h
234
tBTA_HL_SUP_FEATURE
sup_feature
;
member in struct:__anon644
Completed in 49 milliseconds