Searched refs:PrintFieldAndValue (Results 1 - 1 of 1) sorted by relevance

/system/bt/service/client/
H A Dmain.cpp247 void PrintFieldAndValue(const string& field, const string& value) { function in namespace:__anon776
253 PrintFieldAndValue(field, (value ? "true" : "false"));
286 PrintFieldAndValue("Adapter state", bluetooth::AdapterStateToString(state));
298 PrintFieldAndValue("Adapter address", address);
316 PrintFieldAndValue("Adapter name", name);
324 PrintFieldAndValue("\tAddress", bt_iface->GetAddress());
325 PrintFieldAndValue("\tState", bluetooth::AdapterStateToString(
327 PrintFieldAndValue("\tName", bt_iface->GetName());

Completed in 5 milliseconds