Home | History | Annotate | Download | only in hearing_aid

Lines Matching refs:bytes_read

920         uint16_t bytes_read = 0;
922 GAP_ConnReadData(gap_handle, buffer.data(), buffer.size(), &bytes_read);
924 if (bytes_read < 4) {