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

Request to update nrf51-ble-app-lbs for SDK 7.1.0

Could you update the ble-app-lbs example for SDK 7.1.0? github.com/.../nrf51-ble-app-lbs

I haven’t been able to get it work.

Since the led_char_add() uses these setters, I should be able to write to this characteristic without bonding correct?

BLE_GAP_CONN_SEC_MODE_SET_OPEN(&attr_md.read_perm); BLE_GAP_CONN_SEC_MODE_SET_OPEN(&attr_md.write_perm);

Parents Reply Children
No Data
Related