⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 av_headset_service_record.h

📁 csr 蓝牙芯片 无线蓝牙耳机的嵌入式程序
💻 H
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004

FILE NAME
    av_headset_service_record.h
    
DESCRIPTION
    
*/

#ifndef _AV_HEADSET_SR_PRIVATE_H_
#define _AV_HEADSET_SR_PRIVATE_H_

/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004

FILE NAME
    a2dp_service_record.h

DESCRIPTION
    Service records for A2DP source and sink

NOTES

*/

/*
  SDP Service Record generated from a2dp_sink.sdp by sdpgen.pl
*/

static const uint8 av_headset_service_record[] =
{
  0x09, /* ServiceClassIDList(0x0001) */
    0x00,
    0x01,
  0x35, /* DataElSeq 3 bytes */
  0x03,
    0x19, /* uuid AudioSink(0x110b) */
    0x11,
    0x0b,
  0x09, /* ProtocolDescriptorList(0x0004) */
    0x00,
    0x04,
  0x35, /* DataElSeq 16 bytes */
  0x10,
    0x35, /* DataElSeq 6 bytes */
    0x06,
      0x19, /* uuid L2CAP(0x0100) */
      0x01,
      0x00,
      0x09, /* uint16 0x0019 */
        0x00,
        0x19,
    0x35, /* DataElSeq 6 bytes */
    0x06,
      0x19, /* uuid AVDTP(0x0019) */
      0x00,
      0x19,
      0x09, /* uint16 0x0100 */
        0x01,
        0x00,
  0x09, /* BluetoothProfileDescriptorList(0x0009) */
    0x00,
    0x09,
  0x35, /* DataElSeq 8 bytes */
  0x08,
    0x35, /* DataElSeq 6 bytes */
    0x06,
      0x19, /* uuid AdvancedAudioDistribution(0x110d) */
      0x11,
      0x0d,
      0x09, /* uint16 0x0100 */
        0x01,
        0x00,
  0x09, /* SupportedFeatures(0x0311) = "0x0001" */
    0x03,
    0x11,
  0x09, /* uint16 0x0001 */
    0x00,
    0x01,
}; /* 48 bytes */


#endif /* _AV_HEADSET_SR_PRIVATE_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -