B2G/Bluetooth/WebBluetooth-v2/BluetoothDevice: Difference between revisions

Jump to navigation Jump to search
Line 24: Line 24:
   [NewObject, Throws] Promise<[[B2G/Bluetooth/WebBluetooth-v2/BluetoothGatt#BluetoothGatt|BluetoothGatt]]> [[B2G/Bluetooth/WebBluetooth-v2/BluetoothDevice#connectGatt.28boolean_aAutoConnect.29|connectGatt(boolean aAutoConnect)]];
   [NewObject, Throws] Promise<[[B2G/Bluetooth/WebBluetooth-v2/BluetoothGatt#BluetoothGatt|BluetoothGatt]]> [[B2G/Bluetooth/WebBluetooth-v2/BluetoothDevice#connectGatt.28boolean_aAutoConnect.29|connectGatt(boolean aAutoConnect)]];
  };
  };
=== BluetoothDeviceType ===
enum BluetoothDeviceType
{
  "unknown",
  "classic",
  "le",
  "dual",
}


=== BluetoothDeviceAttribute ===
=== BluetoothDeviceAttribute ===
Line 33: Line 42:
   "paired",
   "paired",
   "uuids"
   "uuids"
}
=== BluetoothDeviceType ===
enum BluetoothDeviceType
{
  "unknown",
  "classic",
  "le",
  "dual",
  }
  }


Confirmed users
891

edits

Navigation menu