Searched refs:isSecured (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetooth.aidl | 166 …void logL2capcocServerConnection(in BluetoothDevice device, int port, boolean isSecured, int resul… in logL2capcocServerConnection() argument 172 …void logL2capcocClientConnection(in BluetoothDevice device, int port, boolean isSecured, int resul… in logL2capcocClientConnection() argument 174 …void logRfcommConnectionAttempt(in BluetoothDevice device, boolean isSecured, int resultCode, long… in logRfcommConnectionAttempt() argument
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 856 boolean isSecured, in logL2capcocServerConnection() argument 876 + (" isSecured " + isSecured) in logL2capcocServerConnection() 887 isSecured, in logL2capcocServerConnection() 912 boolean isSecured, in logL2capcocClientConnection() argument 929 + (" isSecured " + isSecured) in logL2capcocClientConnection() 939 isSecured, in logL2capcocClientConnection() 957 boolean isSecured, in logRfcommConnectionAttempt() argument 970 isSecured in logRfcommConnectionAttempt() 3370 boolean isSecured, in logL2capcocServerConnection() argument 3383 isSecured, in logL2capcocServerConnection() [all …]
|