Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:gatt

420      * when Bluetooth state in STATE_BLE_ON. This denotes GATT connection
433 * when Bluetooth state in STATE_BLE_ON. This denotes GATT disconnection as Bluetooth
721 * only LE related feature (Bluetooth GATT layers interfaces using the respective class)
1794 * {@link BluetoothProfile#A2DP}, {@link BluetoothProfile#GATT}, or
1803 * {@link BluetoothProfile#GATT} or {@link BluetoothProfile#GATT_SERVER}.
1888 case BluetoothProfile.GATT:
1889 BluetoothGatt gatt = (BluetoothGatt)proxy;
1890 gatt.close();