Home
last modified time | relevance | path

Searched refs:gatt (Results 1 – 7 of 7) 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
153 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() argument
DBluetoothDevice.java1596 BluetoothGatt gatt = new BluetoothGatt(context, iGatt, this, transport); in connectGatt() local
1597 gatt.connect(autoConnect, callback); in connectGatt()
1598 return gatt; in connectGatt()
DBluetoothAdapter.java1977 BluetoothGatt gatt = (BluetoothGatt)proxy; in closeProfileProxy() local
1978 gatt.close(); in closeProfileProxy()
/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) {
142 public void onCharacteristicRead(BluetoothGatt gatt,
169 public void onCharacteristicWrite(BluetoothGatt gatt,
177 public void onCharacteristicChanged(BluetoothGatt gatt,
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeScanner.java166 IBluetoothGatt gatt; in startScan() local
168 gatt = mBluetoothManager.getBluetoothGatt(); in startScan()
170 gatt = null; in startScan()
172 if (gatt == null) { in startScan()
191 BleScanCallbackWrapper wrapper = new BleScanCallbackWrapper(gatt, filters, in startScan()
DBluetoothLeAdvertiser.java131 IBluetoothGatt gatt; in startAdvertising() local
133 gatt = mBluetoothManager.getBluetoothGatt(); in startAdvertising()
140 scanResponse, settings, gatt); in startAdvertising()
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd384 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,