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.cpp57 const char *BtStateText(const bt_state_t state) { in BtStateText() function
Dadapter.cpp230 LOG(INFO) << "Adapter state changed: " << BtStateText(state); in AdapterStateChangedCallback()
/system/bt/service/hal/
Dbluetooth_interface.cpp71 VLOG(1) << "Adapter state changed: " << BtStateText(state); in AdapterStateChangedCallback()