Home
last modified time | relevance | path

Searched refs:SBC_SYNCWORD (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_constant.h52 SBC_SYNCWORD = 0x9C, enumerator
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp470 if (size < MIN__HEADER_SIZE || bufStream[0] != SBC_SYNCWORD) { in Unpack()
625 bufStream[0] = SBC_SYNCWORD; in Pack()