Searched refs:mGattCallback (Results 1 – 2 of 2) sorted by relevance
60 private GattCallback mGattCallback; field in GattClientListener95 mGattCallback = new GattCallback(); in GattClientListener()164 false, mGattCallback, BluetoothDevice.TRANSPORT_LE); in onReceive()
97 private final BluetoothGattCallback mGattCallback = new BluetoothGattCallback() { field in BluetoothMidiDevice224 mBluetoothGatt = mBluetoothDevice.connectGatt(context, false, mGattCallback); in BluetoothMidiDevice()