Searched refs:mGattCallback (Results 1 – 1 of 1) sorted by relevance
107 private final BluetoothGattCallback mGattCallback = new BluetoothGattCallback() { field in BluetoothMidiDevice278 mBluetoothGatt = mBluetoothDevice.connectGatt(context, false, mGattCallback); in BluetoothMidiDevice()