Home
last modified time | relevance | path

Searched refs:BT_UTILS_MODULE (Results 1 – 3 of 3) sorted by relevance

/system/bt/utils/include/
Dbt_utils.h22 static const char BT_UTILS_MODULE[] = "bt_utils_module"; variable
/system/bt/btif/src/
Dstack_manager.cc115 module_init(get_module(BT_UTILS_MODULE)); in event_init_stack()
215 module_clean_up(get_module(BT_UTILS_MODULE)); in event_clean_up_stack()
/system/bt/utils/src/
Dbt_utils.cc77 EXPORT_SYMBOL extern const module_t bt_utils_module = {.name = BT_UTILS_MODULE,