Home | History | Annotate | Download | only in src

Lines Matching refs:bytes_read

329                                               uint32_t bytes_read);
861 uint32_t bytes_read =
864 if (bytes_read < len) {
866 bytes_read, len);
868 (len - bytes_read);
874 return bytes_read;
878 uint32_t bytes_read) {
880 btif_a2dp_control_log_bytes_read(bytes_read);