react-native-bluetooth-escpos-printer
react-native-bluetooth-escpos-printer copied to clipboard
Please add new type in pairedDeivce for device identification
RNBluetoothManagerModule -> enableBluetooth please new code inside on enableBluetooth method.
obj.put("majorDevice", d.getBluetoothClass().getMajorDeviceClass());
using this we can identify the type of device return from android side.
Thanks in advance.
Hi @dipeshpanamax , what are the possible values of d.getBluetoothClass().getMajorDeviceClass()
and how this is helpful, do you mind sharing more info please?