Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothDeviceProfileState.java140 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES);
156 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES);
173 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES);
200 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES);
269 setTrust(BluetoothDevice.CONNECTION_ACCESS_YES); in BluetoothDeviceProfileState()
594 if (val == BluetoothDevice.CONNECTION_ACCESS_YES) { in processMessage()
805 if (val == BluetoothDevice.CONNECTION_ACCESS_YES) { in processMessage()
982 val == BluetoothDevice.CONNECTION_ACCESS_YES); in processMessage()
1268 if (access == BluetoothDevice.CONNECTION_ACCESS_YES) { in processIncomingConnectCommand()
DBluetoothDevice.java346 public static final int CONNECTION_ACCESS_YES = 1; field in BluetoothDevice