Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:BluetoothDevice

177     public BluetoothDevice getClient() {
195 public boolean isConnected(BluetoothDevice device) {
212 public boolean connect(BluetoothDevice device) {
224 public boolean disconnect(BluetoothDevice device) {
264 public List<BluetoothDevice> getConnectedDevices() {
271 return new ArrayList<BluetoothDevice>();
275 return new ArrayList<BluetoothDevice>();
283 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
290 return new ArrayList<BluetoothDevice>();
294 return new ArrayList<BluetoothDevice>();
302 public int getConnectionState(BluetoothDevice device) {
328 public boolean setPriority(BluetoothDevice device, int priority) {
357 public int getPriority(BluetoothDevice device) {
399 private boolean isValidDevice(BluetoothDevice device) {