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

How to control the central writing with response

Hi, 

    For example ble_app_uart, when the peripheral ble rx buffer is almost full, I want to control the central write with response, but I don't konw how to indicate the central wite false by the peripheral devcie.

    For peripheral, the uuid config is as follows

    add_char_params.char_props.write         = 1;
    // add_char_params.char_props.write_wo_resp = 1;
Parents Reply Children
No Data
Related