Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/btm/
Dsco_hci_test.cc73 struct MsbcCodecInterface : bluetooth::core::CodecInterface { struct
74 MsbcCodecInterface() : bluetooth::core::CodecInterface(){}; in MsbcCodecInterface() argument
76 void initialize() override { in initialize()
81 void cleanup() override { in cleanup()
86 uint32_t encodePacket(int16_t* input, uint8_t* output) { in encodePacket()
90 bool decodePacket(const uint8_t* i_buf, int16_t* o_buf, size_t out_len) { in decodePacket()