Home
last modified time | relevance | path

Searched refs:gatt (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallback.java36 public void onPhyUpdate(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyUpdate() argument
50 public void onPhyRead(BluetoothGatt gatt, int txPhy, int rxPhy, int status) { in onPhyRead() argument
63 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange() argument
75 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() argument
86 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, in onCharacteristicRead() argument
104 public void onCharacteristicWrite(BluetoothGatt gatt, in onCharacteristicWrite() argument
115 public void onCharacteristicChanged(BluetoothGatt gatt, in onCharacteristicChanged() argument
127 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead() argument
139 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite() argument
150 public void onReliableWriteCompleted(BluetoothGatt gatt, int status) { in onReliableWriteCompleted() argument
[all …]
DBluetoothDevice.java2164 BluetoothGatt gatt = new BluetoothGatt(iGatt, this, transport, opportunistic, phy); in connectGatt() local
2165 gatt.connect(autoConnect, callback, handler); in connectGatt()
2166 return gatt; in connectGatt()
DBluetoothAdapter.java2830 BluetoothGatt gatt = (BluetoothGatt) proxy; in closeProfileProxy() local
2831 gatt.close(); in closeProfileProxy()
/frameworks/base/core/java/android/bluetooth/le/
DPeriodicAdvertisingManager.java140 IBluetoothGatt gatt; in registerSync() local
142 gatt = mBluetoothManager.getBluetoothGatt(); in registerSync()
159 gatt.registerSync(scanResult, skip, timeout, wrapped); in registerSync()
178 IBluetoothGatt gatt; in unregisterSync() local
180 gatt = mBluetoothManager.getBluetoothGatt(); in unregisterSync()
192 gatt.unregisterSync(wrapper); in unregisterSync()
DBluetoothLeScanner.java232 IBluetoothGatt gatt; in startScan() local
234 gatt = mBluetoothManager.getBluetoothGatt(); in startScan()
236 gatt = null; in startScan()
238 if (gatt == null) { in startScan()
254 BleScanCallbackWrapper wrapper = new BleScanCallbackWrapper(gatt, filters, in startScan()
259 gatt.startScanForIntent(callbackIntent, settings, filters, mOpPackageName, in startScan()
298 IBluetoothGatt gatt; in stopScan() local
300 gatt = mBluetoothManager.getBluetoothGatt(); in stopScan()
301 gatt.stopScanForIntent(callbackIntent, mOpPackageName); in stopScan()
DBluetoothLeAdvertiser.java410 IBluetoothGatt gatt;
412 gatt = mBluetoothManager.getBluetoothGatt();
420 if (gatt == null) {
434 gatt.startAdvertisingSet(parameters, advertiseData, scanResponse, periodicParameters,
458 IBluetoothGatt gatt;
460 gatt = mBluetoothManager.getBluetoothGatt();
461 gatt.stopAdvertisingSet(wrapped);
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiDevice.java99 public void onConnectionStateChange(BluetoothGatt gatt, int status,
113 public void onServicesDiscovered(BluetoothGatt gatt, int status) {
115 BluetoothGattService service = gatt.getService(MIDI_SERVICE);
125 boolean result = gatt.requestConnectionPriority(
142 public void onCharacteristicRead(BluetoothGatt gatt,
169 public void onCharacteristicWrite(BluetoothGatt gatt,
177 public void onCharacteristicChanged(BluetoothGatt gatt,
/frameworks/base/cmds/statsd/src/
Datoms.proto685 * packages/apps/Bluetooth/src/com/android/bluetooth/gatt/AppScanStats.java
710 * packages/apps/Bluetooth/src/com/android/bluetooth/gatt/AppScanStats.java