Searched defs:tBTM_MSBC_INFO (Results 1 – 1 of 1) sorted by relevance
403 struct tBTM_MSBC_INFO { struct404 size_t packet_size; /* SCO mSBC packet size supported by lower layer */405 size_t buf_size; /* The size of the buffer, determined by the packet_size. */407 uint8_t* packet_buf; /* Temporary buffer to store the data */408 uint8_t* msbc_decode_buf; /* Buffer to store mSBC packets to decode */409 size_t decode_buf_wo; /* Write offset of the decode buffer */410 size_t decode_buf_ro; /* Read offset of the decode buffer */425 bool decode_buf_wo_mirror; /* The mirror indicator specifies whether429 bool decode_buf_ro_mirror; /* The mirror indicator specifies whether433 bool read_corrupted; /* If the current mSBC packet read is corrupted */[all …]