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