Home
last modified time | relevance | path

Searched refs:btmce_callbacks_t (Results 1 – 2 of 2) sorted by relevance

/system/bt/include/hardware/
Dbt_mce.h39 } btmce_callbacks_t; typedef
46 bt_status_t (*init)(btmce_callbacks_t* callbacks);
/system/bt/btif/src/
Dbtif_mce.cc47 static btmce_callbacks_t* bt_mce_callbacks = NULL;
116 static bt_status_t init(btmce_callbacks_t* callbacks) { in init()