Dear Nordic Engineers
Our customer use NRF52840 make a electronic lock.They would like to use HID to unlock bike when phone connects to the lock.
They are base on ble_keyboard samples.
In the program they set
err_code = sd_ble_gap_appearance_set(BLE_APPEARANCE_GENERIC_HID);
But on some Android phones,when the phone connects the lock, keyboards of the phone can't be used.
So can you pls give me some good suggestion about this problem?