Home | History | Annotate | Download | only in com.example.android.bluetoothlegatt

Lines Matching refs:bluetooth

20 import android.bluetooth.BluetoothAdapter;
21 import android.bluetooth.BluetoothDevice;
22 import android.bluetooth.BluetoothGatt;
23 import android.bluetooth.BluetoothGattCallback;
24 import android.bluetooth.BluetoothGattCharacteristic;
25 import android.bluetooth.BluetoothGattDescriptor;
26 import android.bluetooth.BluetoothGattService;
27 import android.bluetooth.BluetoothManager;
28 import android.bluetooth.BluetoothProfile;
40 * given Bluetooth LE device.
56 "com.example.bluetooth.le.ACTION_GATT_CONNECTED";
58 "com.example.bluetooth.le.ACTION_GATT_DISCONNECTED";
60 "com.example.bluetooth.le.ACTION_GATT_SERVICES_DISCOVERED";
62 "com.example.bluetooth.le.ACTION_DATA_AVAILABLE";
64 "com.example.bluetooth.le.EXTRA_DATA";
128 // http://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.bluetooth.characteristic.heart_rate_measurement.xml
178 * Initializes a reference to the local Bluetooth adapter.
203 * Connects to the GATT server hosted on the Bluetooth LE device.
209 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
247 * {@code BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int)}
272 * asynchronously through the {@code BluetoothGattCallback#onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int)}