Searched refs:CODEC_LENGTH (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.cpp | 35 const int CODEC_LENGTH = 8; member 873 uint8_t codecInfo[CODEC_LENGTH] = {0x01, 0x9c, 0x00, 0x35, 0x00, 0x88, 0x88, 0x88}; in WriteStream() 877 Buffer *encBuf = BufferMalloc(CODEC_LENGTH); in WriteStream() 878 (void)memcpy_s(BufferPtr(encBuf), CODEC_LENGTH, codecInfo, CODEC_LENGTH); in WriteStream() local
|
Completed in 2 milliseconds