Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/btm/
Dsco_hci_test.cc89 struct Lc3CodecInterface : bluetooth::core::CodecInterface { struct
90 Lc3CodecInterface() : bluetooth::core::CodecInterface() {} in Lc3CodecInterface() function
92 void initialize() override { in initialize()
97 void cleanup() override { in cleanup()
102 uint32_t encodePacket(int16_t* input, uint8_t* output) { in encodePacket()
106 bool decodePacket(const uint8_t* i_buf, int16_t* o_buf, size_t out_len) { in decodePacket()