Lines Matching refs:bluetooth
17 package com.google.snippet.bluetooth;
19 import static android.bluetooth.BluetoothDevice.TRANSPORT_LE;
23 import android.bluetooth.BluetoothAdapter;
24 import android.bluetooth.BluetoothDevice;
25 import android.bluetooth.BluetoothGatt;
26 import android.bluetooth.BluetoothGattCallback;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth.BluetoothProfile;
29 import android.bluetooth.le.ScanCallback;
30 import android.bluetooth.le.ScanResult;
31 import android.bluetooth.le.ScanSettings;