rymanluk commented on code in PR #1834: URL: https://github.com/apache/mynewt-nimble/pull/1834#discussion_r1721326359
########## nimble/host/audio/services/bass/src/ble_audio_svc_bass.c: ########## @@ -251,6 +251,10 @@ ble_svc_audio_bass_receive_state_free(struct ble_svc_audio_bass_rcv_state_entry static int ble_svc_audio_bass_remote_scan_stopped(uint8_t *data, uint16_t data_len, uint16_t conn_handle) { + if (data_len > 1) { Review Comment: indentation . and the error could seems to be BLE_ATT_ERR_WRITE_REQ_REJECTED -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@mynewt.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org