Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallback.java35 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
DBluetoothDevice.java1194 BluetoothGatt gatt = new BluetoothGatt(context, iGatt, this); in connectGatt() local
1195 gatt.connect(autoConnect, callback); in connectGatt()
1196 return gatt; in connectGatt()
DBluetoothAdapter.java1217 BluetoothGatt gatt = (BluetoothGatt)proxy; in closeProfileProxy() local
1218 gatt.close(); in closeProfileProxy()