This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

HID and HRS profiles in one device

Hello, i would like to use HRM, HID, BAS and DIS profiles simultaniously. I used HID mouse example. I append required HRM things and it work almost properly. Problem is fault during storing CCCD information in HID_evt. err_code = ble_bondmngr_sys_attr_store(); The function returned error 11(Invalid Data). I suppose that is related to: BLE_BONDMNGR_CCCD_COUNT 5 BLE_BONDMNGR_MAX_BONDED_CENTRALS 2

...when I was changing this values function also return error(12 or 11). CCCD count set as 5 working fine(another combination occurs error during bonding initialization ).How to calculate this value properly?

Parents Reply Children
No Data
Related