OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_MCE_MAX_MAS_INSTANCES
(Results
1 - 3
of
3
) sorted by null
/system/bt/bta/include/
bta_mce_api.h
49
#define
BTA_MCE_MAX_MAS_INSTANCES
12
66
tBTA_MCE_MAS_INFO mas[
BTA_MCE_MAX_MAS_INSTANCES
];
/system/bt/btif/src/
btif_mce.cc
51
btmce_mas_instance_t insts[
BTA_MCE_MAX_MAS_INSTANCES
];
/system/bt/bta/mce/
bta_mce_act.cc
110
} while (p_rec != NULL && found <
BTA_MCE_MAX_MAS_INSTANCES
);
Completed in 690 milliseconds