Searched refs:gatt (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 35 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange() argument 47 public void onServicesDiscovered(BluetoothGatt gatt, int status) { in onServicesDiscovered() argument 59 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, in onCharacteristicRead() argument 78 public void onCharacteristicWrite(BluetoothGatt gatt, in onCharacteristicWrite() argument 89 public void onCharacteristicChanged(BluetoothGatt gatt, in onCharacteristicChanged() argument 102 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead() argument 115 public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorWrite() argument 126 public void onReliableWriteCompleted(BluetoothGatt gatt, int status) { in onReliableWriteCompleted() argument 139 public void onReadRemoteRssi(BluetoothGatt gatt, int rssi, int status) { in onReadRemoteRssi() argument 153 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() argument
|
D | BluetoothDevice.java | 1436 BluetoothGatt gatt = new BluetoothGatt(context, iGatt, this, transport); in connectGatt() local 1437 gatt.connect(autoConnect, callback); in connectGatt() 1438 return gatt; in connectGatt()
|
D | BluetoothAdapter.java | 1408 BluetoothGatt gatt = (BluetoothGatt)proxy; in closeProfileProxy() local 1409 gatt.close(); in closeProfileProxy()
|
/frameworks/base/core/java/android/bluetooth/le/ |
D | BluetoothLeScanner.java | 116 IBluetoothGatt gatt; in startScan() local 118 gatt = mBluetoothManager.getBluetoothGatt(); in startScan() 120 gatt = null; in startScan() 122 if (gatt == null) { in startScan() 131 BleScanCallbackWrapper wrapper = new BleScanCallbackWrapper(gatt, filters, in startScan()
|
D | BluetoothLeAdvertiser.java | 131 IBluetoothGatt gatt; in startAdvertising() local 133 gatt = mBluetoothManager.getBluetoothGatt(); in startAdvertising() 140 scanResponse, settings, gatt); in startAdvertising()
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth-le.jd | 384 public void onConnectionStateChange(BluetoothGatt gatt, int status, 405 public void onServicesDiscovered(BluetoothGatt gatt, int status) { 415 public void onCharacteristicRead(BluetoothGatt gatt, 431 <a href="http://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicViewer.aspx?u=org.… 599 public void onCharacteristicChanged(BluetoothGatt gatt,
|