linux-rust: remove ATT temporarily

This commit is contained in:
Kavish Devar
2025-10-22 19:18:58 +05:30
parent 9da4c938ed
commit 221680ff32
3 changed files with 8 additions and 8 deletions

View File

@@ -676,11 +676,11 @@ impl AACPManager {
buffer.extend_from_slice(&[0x01, 0xE5, 0x4A]);
buffer.extend_from_slice(b"playingApp");
buffer.push(0x42);
buffer.extend_from_slice(b"NA");;
buffer.extend_from_slice(b"NA");
buffer.push(0x52);
buffer.extend_from_slice(b"hostStreamingState");
buffer.push(0x42);
buffer.extend_from_slice(b"NO");;
buffer.extend_from_slice(b"NO");
buffer.push(0x49);
buffer.extend_from_slice(b"btAddress");
buffer.push(0x51);

View File

@@ -1,3 +1,3 @@
pub(crate) mod discovery;
pub mod aacp;
pub mod att;
// pub mod att;