![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
import android.bluetooth.BluetoothAdapter;import android.bluetooth.BluetoothDevice;import android.bluetooth.BluetoothGatt;import android.bluetooth.BluetoothGattCallback;import android.bluetooth.BluetoothGattCharacteristic;import android.bluetooth.BluetoothGattDescriptor;import android.bluetooth.BluetoothGattService;import android.bluetooth.BluetoothProfile;import android.bluetooth.BluetoothManager;import android.bluetooth.le.BluetoothLeScanner;import android.bluetooth.le.ScanCallback;import android.bluetooth.le.ScanFilter;import android.bluetooth.le.ScanResult;import android.bluetooth.le.ScanSettings;import android.bluetooth.BluetoothStatusCodes;import android.content.BroadcastReceiver;import android.content.Context;import android.content.Intent;import android.content.IntentFilter;import android.os.Build;import android.os.Handler;import android.os.HandlerThread;import android.os.Looper;import android.util.Log;import java.lang.reflect.Constructor;import java.lang.reflect.Method;import java.util.concurrent.atomic.AtomicInteger;import java.util.ArrayList;import java.util.Hashtable;import java.util.LinkedList;import java.util.List;import java.util.NoSuchElementException;import java.util.UUID;Go to the source code of this file.
Classes | |
| class | org.qtproject.qt.android.bluetooth.QtBluetoothLE |
| enum | org.qtproject.qt.android.bluetooth.QtBluetoothLE.GattEntryType |
| enum | org.qtproject.qt.android.bluetooth.QtBluetoothLE.IoJobType |
Packages | |
| package | org.qtproject.qt.android.bluetooth |