45
45
#define BT_ASCS_QOS_FRAMING_UNFRAMED 0x00
46
46
#define BT_ASCS_QOS_FRAMING_FRAMED 0x01
47
47
48
- /* Format of the ASE characteristic, defined in Table 4.6 */
48
+ /* Format of the ASE characteristic, defined in Table 4.2 */
49
49
struct bt_ascs_ase_status {
50
50
uint8_t id ;
51
51
uint8_t state ;
@@ -66,7 +66,7 @@ struct bt_ascs_codec {
66
66
67
67
#define BT_ASCS_PD_NO_PREF 0x00000000
68
68
69
- /* ASE_State = 0x01 (Codec Configured), defined in Table 4.7 . */
69
+ /* ASE_State = 0x01 (Codec Configured), defined in Table 4.3 . */
70
70
struct bt_ascs_ase_status_config {
71
71
uint8_t framing ;
72
72
uint8_t phy ;
@@ -82,7 +82,7 @@ struct bt_ascs_ase_status_config {
82
82
struct bt_ascs_codec_config cc [0 ];
83
83
} __packed ;
84
84
85
- /* ASE_State = 0x02 (QoS Configured), defined in Table 4.8 . */
85
+ /* ASE_State = 0x02 (QoS Configured), defined in Table 4.4 . */
86
86
struct bt_ascs_ase_status_qos {
87
87
uint8_t cig_id ;
88
88
uint8_t cis_id ;
@@ -95,7 +95,7 @@ struct bt_ascs_ase_status_qos {
95
95
uint8_t pd [3 ];
96
96
} __packed ;
97
97
98
- /* ASE_Status = 0x03 (Enabling) defined in Table 4.9 .
98
+ /* ASE_Status = 0x03 (Enabling) defined in Table 4.5 .
99
99
*/
100
100
struct bt_ascs_ase_status_enable {
101
101
uint8_t cig_id ;
@@ -104,7 +104,7 @@ struct bt_ascs_ase_status_enable {
104
104
uint8_t metadata [0 ];
105
105
} __packed ;
106
106
107
- /* ASE_Status = 0x04 (Streaming) defined in Table 4.9 .
107
+ /* ASE_Status = 0x04 (Streaming) defined in Table 4.5 .
108
108
*/
109
109
struct bt_ascs_ase_status_stream {
110
110
uint8_t cig_id ;
@@ -113,7 +113,7 @@ struct bt_ascs_ase_status_stream {
113
113
uint8_t metadata [0 ];
114
114
} __packed ;
115
115
116
- /* ASE_Status = 0x05 (Disabling) as defined in Table 4.9 .
116
+ /* ASE_Status = 0x05 (Disabling) as defined in Table 4.5 .
117
117
*/
118
118
struct bt_ascs_ase_status_disable {
119
119
uint8_t cig_id ;
0 commit comments