Home
last modified time | relevance | path

Searched refs:BtStateText (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/
Dlogging_helpers.h32 const char* BtStateText(const bt_state_t state);
Dlogging_helpers.cc57 const char* BtStateText(const bt_state_t state) { in BtStateText() function
Dadapter.cc504 LOG(INFO) << "Adapter state changed: " << BtStateText(state); in AdapterStateChangedCallback()
/system/bt/service/hal/
Dbluetooth_interface.cc74 VLOG(1) << "Adapter state changed: " << BtStateText(state); in AdapterStateChangedCallback()