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
196
if ((p_cb->
sup_feature
.app_role_mask == BTA_HL_MDEP_ROLE_MASK_SOURCE) &&
197
(!p_cb->
sup_feature
.advertize_source_sdp))
209
if (p_cb->
sup_feature
.app_role_mask == BTA_HL_MDEP_ROLE_MASK_SINK)
215
if (p_cb->
sup_feature
.app_role_mask != BTA_HL_MDEP_ROLE_MASK_SOURCE)
293
for (i=1; i<= p_cb->
sup_feature
.num_of_mdeps; i++)
295
mdep_id = (UINT8)p_cb->
sup_feature
.mdep[i].mdep_id;
296
mdep_role = (UINT8)p_cb->
sup_feature
.mdep[i].mdep_cfg.mdep_role;
298
for (j=0; j<p_cb->
sup_feature
.mdep[i].mdep_cfg.num_of_mdep_data_types; j++)
302
sup_feature_list.list_elem[cnt].data_type = p_cb->
sup_feature
.mdep[i].mdep_cfg.data_cfg[j].data_type;
303
if (p_cb->
sup_feature
.mdep[i].mdep_cfg.data_cfg[j].desp[0] != '\0'
[
all
...]
bta_hl_utils.c
422
tBTA_HL_MDEP *p_mdep= &p_acb->
sup_feature
.mdep[mdep_idx];
[
all
...]
bta_hl_int.h
504
tBTA_HL_SUP_FEATURE
sup_feature
;
member in struct:__anon2108
572
#define BTA_HL_GET_ECHO_CFG_PTR(app_idx) &(bta_hl_cb.acb[(app_idx)].
sup_feature
.echo_cfg)
573
#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)
575
&(bta_hl_cb.acb[(app_idx)].
sup_feature
.mdep[mdep_cfg_idx].mdep_cfg.data_cfg[data_cfg_idx])
[
all
...]
bta_hl_act.c
1689
tBTA_HL_SUP_FEATURE_LIST_ELEM
sup_feature
;
local
[
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;
148
p_btif_hl_cb->acb[app_idx].
sup_feature
.mdep[idx].mdep_id = mdep_id;
150
&p_btif_hl_cb->acb[app_idx].
sup_feature
.mdep[idx].mdep_cfg,
189
p_sup = &p_acb->
sup_feature
;
/external/bluetooth/bluedroid/btif/src/
btif_hl.c
618
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
125
tBTA_HL_SUP_FEATURE
sup_feature
;
member in struct:__anon2415
267
tBTA_HL_SUP_FEATURE
sup_feature
;
member in struct:__anon2428
Completed in 412 milliseconds