OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mdep
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluedroid/bta/hl/
bta_hl_sdp.c
48
/*
mdep
sequence */
58
/* for each
mdep
list */
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;
298
if (p_cb->sup_feature.
mdep
[i].mdep_cfg.data_cfg[j].desp[0] != '\0')
300
sup_feature_list.list_elem[cnt].p_mdep_desp = p_cb->sup_feature.
mdep
[i].mdep_cfg.data_cfg[j].desp
[
all
...]
bta_hl_utils.c
422
tBTA_HL_MDEP *p_mdep= &p_acb->sup_feature.
mdep
[mdep_idx];
[
all
...]
bta_hl_int.h
299
tBTA_HL_MDEP_ID local_mdep_id; /* local
MDEP
ID */
300
tBTA_HL_MDEP_ID peer_mdep_id; /* peer
mdep
id */
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
66
** p_num_of_mdep (output) - number of
MDEP
configurations supported
93
** Description This function is called to find out whether the SOURCE
MDEP
98
** Returns Bloolean - TRUE advertise the SOURCE
MDEP
configuration
122
** configuration for the specified
mdep
index and it also assigns
123
** the
MDEP
ID for the specified
mdep
index
126
** mdep_idx - the
mdep
index
128
** mdep_id - the assigned
MDEP
ID for the specified medp_idx
129
** p_mdl_cfg (output) - pointer to the
MDEP
configuration
150
p_btif_hl_cb->acb[app_idx].sup_feature.
mdep
[idx].mdep_id = mdep_id
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_hl.c
540
** Description This function finds the SDP record index using
MDEP
filter parameters
555
** Description This function finds the SDP record index using
MDEP
filter parameters
653
UINT16 data_type = p_acb->sup_feature.
mdep
[mdep_cfg_idx].mdep_cfg.data_cfg[0].data_type;
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_hl_api.h
63
per
MDEP
ID */
248
tBTA_HL_MDEP_ID mdep_id; /*
MDEP
ID 0x01-0x7F */
255
tBTA_HL_MDEP
mdep
[BTA_HL_NUM_MDEPS];
member in struct:__anon3178
322
tBTA_HL_MDEP_ID local_mdep_id; /* local
MDEP
ID */
323
tBTA_HL_MDEP_ID peer_mdep_id; /* peer
mdep
id */
351
tBTA_HL_MDEP_ID local_mdep_id; /* local
MDEP
ID */
370
UINT8 num_mdeps; /* number of
mdep
elements from SDP*/
Completed in 106 milliseconds