OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_mdl
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/mcap/
mca_dsm.c
185
/* make sure p_cs->
max_mdl
is smaller than MCA_NUM_MDLS at MCA_CreateDep */
186
max = p_cs->
max_mdl
;
227
/* make sure p_cs->
max_mdl
is smaller than MCA_NUM_MDLS at MCA_CreateDep */
228
max = p_cs->
max_mdl
;
mca_api.c
231
if (p_cs->
max_mdl
> MCA_NUM_MDLS)
233
MCA_TRACE_ERROR1 ("
max_mdl
: %d is too big", p_cs->
max_mdl
);
[
all
...]
/external/bluetooth/bluedroid/stack/include/
mca_api.h
104
UINT8
max_mdl
; /* The maximum number of MDLs for this MDEP (max is MCA_NUM_MDLS) */
member in struct:__anon2855
/external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c
[
all
...]
Completed in 30 milliseconds