Home
last modified time | relevance | path

Searched refs:mGattCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiDevice.java97 private final BluetoothGattCallback mGattCallback = new BluetoothGattCallback() { field in BluetoothMidiDevice
224 mBluetoothGatt = mBluetoothDevice.connectGatt(context, false, mGattCallback); in BluetoothMidiDevice()
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd335 <pre>mBluetoothGatt = device.connectGatt(this, false, mGattCallback);</pre>
381 private final BluetoothGattCallback mGattCallback =