Home
last modified time | relevance | path

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

/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/include/
Drtk_parse.h94 struct sbc_frame_hdr struct
96 uint8_t syncword : 8; /* Sync word */
97 uint8_t subbands : 1; /* Subbands */
98 uint8_t allocation_method : 1; /* Allocation method */
99 uint8_t channel_mode : 2; /* Channel mode */
100 uint8_t blocks : 2; /* Blocks */
101 uint8_t sampling_frequency : 2; /* Sampling frequency */
102 uint8_t bitpool : 8; /* Bitpool */
103 uint8_t crc_check : 8; /* CRC check */
128 struct sbc_frame_hdr struct
[all …]
/device/board/unionman/unionpi_tiger/hardware/bt/include/
Drtk_parse.h91 struct sbc_frame_hdr { struct
92 uint8_t syncword : 8; /* Sync word */
93 uint8_t subbands : 1; /* Subbands */
94 uint8_t allocation_method : 1; /* Allocation method */
95 uint8_t channel_mode : 2; /* Channel mode */
96 uint8_t blocks : 2; /* Blocks */
97 uint8_t sampling_frequency : 2; /* Sampling frequency */
98 uint8_t bitpool : 8; /* Bitpool */
99 uint8_t crc_check : 8; /* CRC check */
123 struct sbc_frame_hdr { struct
[all …]