HomeSort by relevance Sort by last modified time
    Searched refs:TRANSPORT_LE (Results 1 - 5 of 5) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 135 || (mProvisioning && mTransport != BluetoothDevice.TRANSPORT_LE)) {
191 if (mTransport == BluetoothDevice.TRANSPORT_LE) {
220 if (mTransport == BluetoothDevice.TRANSPORT_LE) {
255 if (mTransport == BluetoothDevice.TRANSPORT_LE) {
280 if (mTransport == BluetoothDevice.TRANSPORT_LE) {
303 if (mTransport == BluetoothDevice.TRANSPORT_LE) {
323 if (mTransport == BluetoothDevice.TRANSPORT_LE) {
357 if (mTransport == BluetoothDevice.TRANSPORT_LE) {
HandoverService.java 283 if (transport == BluetoothDevice.TRANSPORT_LE) {
545 if (transport == BluetoothDevice.TRANSPORT_LE && !connected) {
HandoverManager.java 666 result.transport = BluetoothDevice.TRANSPORT_LE;
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 557 public static final int TRANSPORT_LE = 2;
810 if (TRANSPORT_AUTO > transport || transport > TRANSPORT_LE)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]

Completed in 108 milliseconds