Home
last modified time | relevance | path

Searched defs:tBTM_MSBC_INFO (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco_hci.cc403 struct tBTM_MSBC_INFO { struct
404 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 whether
429 bool decode_buf_ro_mirror; /* The mirror indicator specifies whether
433 bool read_corrupted; /* If the current mSBC packet read is corrupted */
[all …]