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