btstack_defines.h (4ccacc40ad94c9a42aed3472e2884735a918df09) btstack_defines.h (34b22aac0913b061ca6c0da686fd034f9e188df1)
1/*
2 * Copyright (C) 2015 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 1382 unchanged lines hidden (view full) ---

1391 * @param avdtp_cid
1392 * @param local_seid
1393 * @param remote_seid
1394 * @param status 0 == OK
1395 */
1396#define AVDTP_SUBEVENT_STREAMING_CONNECTION_ESTABLISHED 0x0B
1397
1398/**
1/*
2 * Copyright (C) 2015 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 1382 unchanged lines hidden (view full) ---

1391 * @param avdtp_cid
1392 * @param local_seid
1393 * @param remote_seid
1394 * @param status 0 == OK
1395 */
1396#define AVDTP_SUBEVENT_STREAMING_CONNECTION_ESTABLISHED 0x0B
1397
1398/**
1399 * @format 12
1399 * @format 121
1400 * @param subevent_code
1401 * @param avdtp_cid
1400 * @param subevent_code
1401 * @param avdtp_cid
1402 * @param local_seid
1402 */
1403#define AVDTP_SUBEVENT_STREAMING_CONNECTION_RELEASED 0x0C
1404
1405/**
1406 * @format 1212
1407 * @param subevent_code
1408 * @param avdtp_cid
1409 * @param local_seid

--- 61 unchanged lines hidden (view full) ---

1471 * @param a2dp_cid
1472 * @param local_seid
1473 * @param remote_seid
1474 * @param status
1475 */
1476#define A2DP_SUBEVENT_STREAM_ESTABLISHED 0x04
1477
1478/**
1403 */
1404#define AVDTP_SUBEVENT_STREAMING_CONNECTION_RELEASED 0x0C
1405
1406/**
1407 * @format 1212
1408 * @param subevent_code
1409 * @param avdtp_cid
1410 * @param local_seid

--- 61 unchanged lines hidden (view full) ---

1472 * @param a2dp_cid
1473 * @param local_seid
1474 * @param remote_seid
1475 * @param status
1476 */
1477#define A2DP_SUBEVENT_STREAM_ESTABLISHED 0x04
1478
1479/**
1479 * @format 1211 Indicates that media transfer is started.
1480 * @format 121 Indicates that media transfer is started.
1480 * @param subevent_code
1481 * @param a2dp_cid
1482 * @param local_seid
1481 * @param subevent_code
1482 * @param a2dp_cid
1483 * @param local_seid
1483 * @param status
1484 */
1485#define A2DP_SUBEVENT_STREAM_STARTED 0x05
1486
1487/**
1484 */
1485#define A2DP_SUBEVENT_STREAM_STARTED 0x05
1486
1487/**
1488 * @format 1211 Stream is paused.
1488 * @format 121 Stream is paused.
1489 * @param subevent_code
1490 * @param a2dp_cid
1491 * @param local_seid
1489 * @param subevent_code
1490 * @param a2dp_cid
1491 * @param local_seid
1492 * @param status
1493 */
1494#define A2DP_SUBEVENT_STREAM_SUSPENDED 0x06
1495
1496/**
1492 */
1493#define A2DP_SUBEVENT_STREAM_SUSPENDED 0x06
1494
1495/**
1497 * @format 1211 Stream is released.
1496 * @format 121 Stream is released.
1498 * @param subevent_code
1499 * @param a2dp_cid
1500 * @param local_seid
1497 * @param subevent_code
1498 * @param a2dp_cid
1499 * @param local_seid
1501 * @param status
1502 */
1503#define A2DP_SUBEVENT_STREAM_RELEASED 0x07
1504
1500 */
1501#define A2DP_SUBEVENT_STREAM_RELEASED 0x07
1502
1503/**
1504 * @format 1211
1505 * @param subevent_code
1506 * @param a2dp_cid
1507 * @param local_seid
1508 * @param signal_identifier
1509 */
1510#define A2DP_SUBEVENT_COMMAND_ACCEPTED 0x08
1505
1511
1512/**
1513 * @format 1211
1514 * @param subevent_code
1515 * @param a2dp_cid
1516 * @param local_seid
1517 * @param signal_identifier
1518 */
1519#define A2DP_SUBEVENT_COMMAND_REJECTED 0x09
1506
1507/** AVRCP Subevent */
1508
1509/**
1510 * @format 11B2
1511 * @param subevent_code
1512 * @param status 0 == OK
1513 * @param bd_addr

--- 214 unchanged lines hidden ---
1520
1521/** AVRCP Subevent */
1522
1523/**
1524 * @format 11B2
1525 * @param subevent_code
1526 * @param status 0 == OK
1527 * @param bd_addr

--- 214 unchanged lines hidden ---