Searched defs:LC3Codec (Results 1 – 1 of 1) sorted by relevance
250 struct LC3Codec : bluetooth::core::CodecInterface { struct251 LC3Codec() : bluetooth::core::CodecInterface() {} in LC3Codec() function253 void initialize() override { in initialize()258 void cleanup() override { in cleanup()263 uint32_t encodePacket(int16_t* input, uint8_t* output) { in encodePacket()267 bool decodePacket(const uint8_t* i_buf, int16_t* o_buf, size_t out_len) { in decodePacket()