Lines Matching defs:devices

46  * device discovery, query a list of bonded (paired) devices,
49 * devices.
55 * {@link BluetoothDevice} objects representing all paired devices with
148 * #SCAN_MODE_CONNECTABLE_DISCOVERABLE}. It allows remote devices to see
231 * nor connectable from remote Bluetooth devices.
237 * remote Bluetooth devices, but is connectable from remote devices that
244 * connectable from remote Bluetooth devices.
255 * remote Bluetooth devices are found.
257 * remote Bluetooth devices should not be attempted while discovery is in
278 * <p>This name is visible to remote Bluetooth devices.
295 * not connected to any profiles of any remote devices and it attempts a
583 * <p>This name is visible to remote Bluetooth devices.
615 * <p>This name is visible to remote Bluetooth devices.
617 * encoding, although many remote devices can only display the first
641 * connectable and/or discoverable from remote Bluetooth devices.
667 * connectable and/or discoverable from remote Bluetooth devices.
739 * BluetoothDevice#ACTION_FOUND} to be notified as remote Bluetooth devices
742 * remote Bluetooth devices should not be attempted while discovery is in
749 * <p>Device discovery will only find remote devices that are currently
750 * <i>discoverable</i> (inquiry scan enabled). Many Bluetooth devices are
801 * remote Bluetooth devices should not be attempted while discovery is in
936 * UUID, service name, and auto-assigned channel. Remote Bluetooth devices
957 * vulnerable to Man In the Middle attacks. For Bluetooth 2.1 devices,
959 * For legacy devices (pre Bluetooth 2.1 devices) the link will not
967 * UUID, service name, and auto-assigned channel. Remote Bluetooth devices
992 * For example, for Bluetooth 2.1 devices, if any of the devices does not have
996 * For Bluetooth 2.1 devices, the link will be encrypted, as encryption is mandartory.
1004 * UUID, service name, and auto-assigned channel. Remote Bluetooth devices
1248 * Enable the Bluetooth Adapter, but don't auto-connect devices
1331 private Set<BluetoothDevice> toDeviceSet(BluetoothDevice[] devices) {
1332 Set<BluetoothDevice> deviceSet = new HashSet<BluetoothDevice>(Arrays.asList(devices));