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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DCachedBluetoothDevice.java111 * @param profile Profile to describe
114 private String describe(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
189 Log.d(TAG, "Command sent successfully:DISCONNECT " + describe(profile));
277 Log.d(TAG, "Command sent successfully:CONNECT " + describe(profile));
328 Log.d(TAG, "Command sent successfully:REMOVE_BOND " + describe(null));
332 describe(null));

Completed in 104 milliseconds