Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc228 struct MSBCCodec : bluetooth::core::CodecInterface { struct
229 MSBCCodec() : bluetooth::core::CodecInterface() {} in MSBCCodec() function
231 void initialize() override { in initialize()
236 void cleanup() override { in cleanup()
241 uint32_t encodePacket(int16_t* input, uint8_t* output) { in encodePacket()
245 bool decodePacket(const uint8_t* i_buf, int16_t* o_buf, size_t out_len) { in decodePacket()