HomeSort by relevance Sort by last modified time
    Searched refs:BtStatusText (Results 1 - 4 of 4) sorted by null

  /system/bt/service/
logging_helpers.h 38 const char* BtStatusText(const bt_status_t status);
adapter.cc 124 << BtStatusText((const bt_status_t)status);
149 << BtStatusText((const bt_status_t)status);
259 LOG(ERROR) << "status: " << BtStatusText(status);
319 LOG(ERROR) << "status: " << BtStatusText(status);
logging_helpers.cc 85 const char* BtStatusText(const bt_status_t status) {
  /system/bt/service/hal/
bluetooth_interface.cc 79 VLOG(1) << "Adapter properties changed - status: " << BtStatusText(status)
92 << BtStatusText(status)
145 << BtStatusText(status)

Completed in 63 milliseconds