bt_a2dp_base_struct.h 9.93 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526

#ifndef __BT_A2DP_BASE_STRUCT_H_
#define __BT_A2DP_BASE_STRUCT_H_

#include "app_ltlcom.h"
#include "kal_general_types.h"
#include "med_struct.h"

//#define __DUAL_A2DP_SUPPORT__
#ifdef __DUAL_A2DP_SUPPORT__
#define MAX_A2DP_DEV_NUM            (2)
#else
#define MAX_A2DP_DEV_NUM            (1)
#endif

#define MAX_NUM_REMOTE_SEIDS        (4)
#define MAX_NUM_REMOTE_CAPABILITIES (4)
#define MAX_NUM_AVDTP_CODEC_ELEMS   (8)

#define MAX_NUM_LOCAL_SEIDS         (4)
#define MAX_NUM_LOCAL_CAPABILITIES  (2)

/* media_type */
#define BT_A2DP_MEDIA_AUDIO 		(0)
#define BT_A2DP_MEDIA_VIDEO 		(1)
#define BT_A2DP_MEDIA_MULTIMEDIA 	(2)
#define BT_A2DP_MEDIA_UNKNOWN 	    (0xff)

/* sep_type */
#define BT_A2DP_SOURCE              (0)
#define BT_A2DP_SINK 		        (1)
#define BT_A2DP_SRC_SINK 		    (2)

/* codec_type */
#define BT_A2DP_SBC 		        (1)
#define BT_A2DP_MP3 		        (2)
#define BT_A2DP_AAC 		        (3)
#define BT_A2DP_ATRAC 		        (4)
#define BT_A2DP_NON_A2DP            (5)

typedef unsigned char               U8;
typedef unsigned short              U16;
typedef unsigned int                U32;

/*---------------------------------------------------------------------------
 * AvdtpCodec structure
 *
 * To display local structure in Catcher, we have to include this head file
 * in app_parse_db.c. However, if we include avdtp.h in this header file, 
 * codegen will get an error because the stack\inc is not included in default 
 * system path. To workaround this issue, we define bt_avdtp_codec_struct as
 * the AvdtpCodec structure defined in avdtp.h.
 */
typedef struct
{
    U8 codecType;   /* The type of codec */
    U8 elemLen;     /* Length of the codec elements */
    U8 *elements;   /* Codec Elements */
} bt_avdtp_codec_struct;

typedef struct
{
	U32 lap; 
	U8  uap; 
	U16 nap; // non-significant 32..47
} bt_device_addr_struct;

typedef struct
{
	U8 in_use;
	U8 seid;
	U8 media_type;
	U8 sep_type;
} bt_sep_info_struct;

/* ===================================================== */
//#ifdef __BT_SPEAKER_SUPPORT__
typedef struct
{
	LOCAL_PARA_HDR
} bt_a2dp_start_codec_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8        result; /* 0: success, otherwise fail */
} bt_a2dp_start_codec_cnf_struct;

typedef struct
{
	LOCAL_PARA_HDR
} bt_a2dp_stop_codec_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8        result; /* 0: success, otherwise fail */
} bt_a2dp_stop_codec_cnf_struct;
//#endif /* __BT_SPEAKER_SUPPORT__ */

typedef struct
{
	LOCAL_PARA_HDR
	U8 local_role;
} bt_a2dp_activate_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 result;
} bt_a2dp_activate_cnf_struct;

typedef struct
{
	LOCAL_PARA_HDR
} bt_a2dp_deactivate_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 result;
} bt_a2dp_deactivate_cnf_struct;

typedef struct
{
	LOCAL_PARA_HDR
	bt_device_addr_struct device_addr;
	U8 local_role;
} bt_a2dp_signal_connect_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
	U16 result;
	bt_device_addr_struct device_addr;
} bt_a2dp_signal_connect_cnf_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
	bt_device_addr_struct device_addr;
} bt_a2dp_signal_connect_ind_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
} bt_a2dp_signal_disconnect_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
	U16 result;
} bt_a2dp_signal_disconnect_cnf_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
} bt_a2dp_signal_disconnect_ind_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
} bt_a2dp_sep_discover_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
	U16 result;
	U8 sep_num;
	bt_sep_info_struct sep_list[MAX_NUM_REMOTE_SEIDS];
} bt_a2dp_sep_discover_cnf_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
} bt_a2dp_sep_discover_ind_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
	U16 result;
	U8 sep_num;
	bt_sep_info_struct sep_list[MAX_NUM_LOCAL_SEIDS];
} bt_a2dp_sep_discover_res_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
	U8 acp_seid;
} bt_a2dp_capabilities_get_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
	U16 result;
	U8 audio_cap_num;
	bt_a2dp_audio_cap_struct audio_cap_list[MAX_NUM_REMOTE_CAPABILITIES];
} bt_a2dp_capabilities_get_cnf_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
	U8 acp_seid;
} bt_a2dp_capabilities_get_ind_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
	U16 result;
	U8 avdtp_codec_num;
	U8 codec_elements[MAX_NUM_LOCAL_CAPABILITIES][MAX_NUM_AVDTP_CODEC_ELEMS];
	bt_avdtp_codec_struct avdtp_codec_list[MAX_NUM_LOCAL_CAPABILITIES];
} bt_a2dp_capabilities_get_res_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
	U8 acp_seid;
	U8 int_seid;
	U8 codec_elements[MAX_NUM_AVDTP_CODEC_ELEMS];
	bt_avdtp_codec_struct avdtp_codec;
} bt_a2dp_stream_config_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
	U16 result;
	U8 stream_handle;
} bt_a2dp_stream_config_cnf_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 connect_id;
	U8 acp_seid;
	U8 int_seid;
	U8 stream_handle;
	bt_a2dp_audio_cap_struct audio_cap;
} bt_a2dp_stream_config_ind_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 result;
	U8 stream_handle;
} bt_a2dp_stream_config_res_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
	U8 codec_elements[MAX_NUM_AVDTP_CODEC_ELEMS];
	bt_avdtp_codec_struct avdtp_codec;
} bt_a2dp_stream_reconfig_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 result;
	U8 stream_handle;
} bt_a2dp_stream_reconfig_cnf_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
	bt_a2dp_audio_cap_struct audio_cap;
} bt_a2dp_stream_reconfig_ind_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 result;
	U8 stream_handle;
} bt_a2dp_stream_reconfig_res_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
} bt_a2dp_stream_open_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 result;
	U8 stream_handle;
} bt_a2dp_stream_open_cnf_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
} bt_a2dp_stream_open_ind_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 result;
	U8 stream_handle;
} bt_a2dp_stream_open_res_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
} bt_a2dp_stream_start_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 result;
	U8 stream_handle;
} bt_a2dp_stream_start_cnf_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
} bt_a2dp_stream_start_ind_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 result;
	U8 stream_handle;
} bt_a2dp_stream_start_res_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
} bt_a2dp_stream_pause_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 result;
	U8 stream_handle;
} bt_a2dp_stream_pause_cnf_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
} bt_a2dp_stream_pause_ind_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 result;
	U8 stream_handle;
} bt_a2dp_stream_pause_res_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
	U8 qos;
} bt_a2dp_stream_qos_ind_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
	void *codec;
} bt_a2dp_stream_data_send_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
} bt_a2dp_stream_close_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 result;
	U8 stream_handle;
} bt_a2dp_stream_close_cnf_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
} bt_a2dp_stream_close_ind_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U16 result;
	U8 stream_handle;
} bt_a2dp_stream_close_res_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
} bt_a2dp_stream_abort_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
} bt_a2dp_stream_abort_cnf_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
} bt_a2dp_stream_abort_ind_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
} bt_a2dp_stream_abort_res_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
} bt_a2dp_stream_codec_start_req_struct;

typedef struct
{
	LOCAL_PARA_HDR
	U8 stream_handle;
	U16 result;
} bt_a2dp_stream_codec_start_cnf_struct;

typedef enum
{	
 	BT_A2DP_BAD_HEADER_FORMAT=0x1,

	BT_A2DP_BAD_LENGTH=0x11,
	BT_A2DP_BAD_ACP_SEID,
	BT_A2DP_SEP_IN_USE,	
	BT_A2DP_SEP_NOT_IN_USE,
	BT_A2DP_BAD_SERV_CATEGORY=0x17,
	BT_A2DP_BAD_PAYLOAD_FORMAT,
	BT_A2DP_NOT_SUPPORTED_COMMAND,
	BT_A2DP_INVALID_CAPABILITIES,

	BT_A2DP_BAD_RECOVERY_TYPE=0x22,
	BT_A2DP_BAD_MEDIA_TRANSPORT_FORMAT,
	BT_A2DP_BAD_RECOVERY_FORMAT=0x25,
	BT_A2DP_BAD_ROHC_FORMAT,
	BT_A2DP_BAD_CP_FORMAT,
	BT_A2DP_BAD_MULTIPLEXING_FORMAT,
	BT_A2DP_UNSUPPORTED_CONFIGURATION,
	
	BT_A2DP_BAD_STATE=0x31,
	
	/* improper settings of Codec Specific Information Elements, 
	   used in SetConfiguration and Reconfigure */
	BT_A2DP_INVALID_CODEC_TYPE=0xC1,
	BT_A2DP_NOT_SUPPORTED_CODEC_TYPE,
	BT_A2DP_INVALID_SAMPLING_FREQUENCY,
	BT_A2DP_NOT_SUPPORTED_SAMPLING_FREQUENCY,
	BT_A2DP_INVALID_CHANNEL_MODE,
	BT_A2DP_NOT_SUPPORTED_CHANNEL_MODE,
	BT_A2DP_INVALID_SUBBANDS,
	BT_A2DP_NOT_SUPPORTED_SUBBANDS,
	BT_A2DP_INVALID_ALLOCATION_METHOD,
	BT_A2DP_NOT_SUPPORTED_ALLOCATION_METHOD,
	BT_A2DP_INVALID_MINIMUM_BITPOOL_VALUE,
	BT_A2DP_NOT_SUPPORTED_MINIMUM_BITPOOL_VALUE,
	BT_A2DP_INVALID_MAXIMUM_BITPOOL_VALUE,
	BT_A2DP_NOT_SUPPORTED_MAXIMUM_BITPOOL_VALUE,
	BT_A2DP_INVALID_LAYER,
	BT_A2DP_NOT_SUPPORTED_LAYER,
	BT_A2DP_NOT_SUPPORTED_CRC,
	BT_A2DP_NOT_SUPPORTED_MPF,
	BT_A2DP_NOT_SUPPORTED_VBR,
	BT_A2DP_INVALID_BIT_RATE,
	BT_A2DP_NOT_SUPPORTED_BIT_RATE,
	BT_A2DP_INVALID_OBJECT_TYPE,
	BT_A2DP_NOT_SUPPORTED_OBJECT_TYPE,
	BT_A2DP_INVALID_CHANNELS,
	BT_A2DP_NOT_SUPPORTED_CHANNELS,
	BT_A2DP_INVALID_VERSION,
	BT_A2DP_NOT_SUPPORTED_VERSION,
	BT_A2DP_NOT_SUPPORTED_MAXIMUM_SUL,
	BT_A2DP_INVALID_BLOCK_LENGTH,
	
	BT_A2DP_INVALID_CP_TYPE=0xE0,
	BT_A2DP_INVALID_CP_FORMAT,
	/* internal result */
	BT_A2DP_RESULT_OK=0x0100,
	BT_A2DP_RESULT_PENDING,
	BT_A2DP_RESULT_TIMEOUT,
	BT_A2DP_RESULT_BAD_STATE,
	BT_A2DP_RESULT_FATAL_ERROR,
	BT_A2DP_RESULT_NO_CONNECTION,
	BT_A2DP_RESULT_SEP_IND_USE,
	BT_A2DP_RESULT_BAD_ACP_SEID,
	BT_A2DP_RESULT_SECURITY_BLOCK,
	BT_A2DP_RESULT_PANIC,
	BT_A2DP_RESULT_NO_RESOURCE
} BT_A2DP_RESULT_ENUM;

typedef enum
{
	BT_AUDIO_STREAM_RECONFIG_FAIL,
	BT_AUDIO_STREAM_START_FAIL,
	BT_AUDIO_STREAM_PAUSE_FAIL
} MED_BT_AUDIO_ERROR_CAUSE_ENUM;

#endif /* __BT_A2DP_BASE_STRUCT_H_ */