hi there, i want to use ble keyboard with andriod and ios both but the problem is that it only works with one. if i add following segment then it works with andriod
ifdef ANDROID_CENTRAL
bleHIDPeripheral.setReportIdOffset(1);
endif
if i remove it then it works with ios. please tell me how can i solve this problem?
hi there, i want to use ble keyboard with andriod and ios both but the problem is that it only works with one. if i add following segment then it works with andriod
ifdef ANDROID_CENTRAL
bleHIDPeripheral.setReportIdOffset(1);
endif
if i remove it then it works with ios. please tell me how can i solve this problem?
thanks