Home | History | Annotate | Download | only in le

Lines Matching defs:gatt

222             IBluetoothGatt gatt;
224 gatt = mBluetoothManager.getBluetoothGatt();
226 gatt = null;
228 if (gatt == null) {
244 BleScanCallbackWrapper wrapper = new BleScanCallbackWrapper(gatt, filters,
249 gatt.startScanForIntent(callbackIntent, settings, filters,
286 IBluetoothGatt gatt;
288 gatt = mBluetoothManager.getBluetoothGatt();
289 gatt.stopScanForIntent(callbackIntent, ActivityThread.currentOpPackageName());
345 * Bluetooth GATT interface callbacks