Searched defs:MsbcCodecInterface (Results 1 – 1 of 1) sorted by relevance
67 struct MsbcCodecInterface : bluetooth::core::CodecInterface { struct68 MsbcCodecInterface() : bluetooth::core::CodecInterface() {} in MsbcCodecInterface() argument70 void initialize() override { in initialize()75 void cleanup() override { in cleanup()80 uint32_t encodePacket(int16_t* input, uint8_t* output) { in encodePacket()84 bool decodePacket(const uint8_t* i_buf, int16_t* o_buf, size_t out_len) { in decodePacket()