OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_UTILS_MODULE
(Results
1 - 3
of
3
) sorted by null
/system/bt/utils/include/
bt_utils.h
22
static const char
BT_UTILS_MODULE
[] = "
bt_utils_module
";
/system/bt/btif/src/
stack_manager.c
97
module_init(get_module(
BT_UTILS_MODULE
));
187
module_clean_up(get_module(
BT_UTILS_MODULE
));
/system/bt/utils/src/
bt_utils.c
76
const module_t
bt_utils_module
= {
variable
77
.name =
BT_UTILS_MODULE
,
Completed in 572 milliseconds