Home
last modified time | relevance | path

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

/system/bt/service/client/
Dmain.cc64 #define COLOR_OFF "\x1B[0m" macro
121 void PrintPrompt() { cout << COLOR_BLUE "[FCLI] " COLOR_OFF << flush; } in PrintPrompt()
124 cout << COLOR_RED << message << COLOR_OFF << endl; in PrintError()
128 cout << COLOR_BOLDWHITE << op << " status: " COLOR_OFF in PrintOpStatus()
130 << COLOR_OFF << endl; in PrintOpStatus()
154 cout << COLOR_BOLDWHITE "Adapter state changed: " COLOR_OFF << COLOR_MAGENTA in OnBluetoothStateChange()
156 << COLOR_OFF << COLOR_BOLDWHITE " -> " COLOR_OFF << COLOR_BOLDYELLOW in OnBluetoothStateChange()
158 << COLOR_OFF; in OnBluetoothStateChange()
189 << (status == 0 ? "SUCCESS" : "FAIL") << COLOR_OFF; in OnBondStateChanged()
235 cout << COLOR_BOLDWHITE "Registered BLE client with ID: " COLOR_OFF in OnClientRegistered()
[all …]