Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.16 KB

airplay_source.md

File metadata and controls

34 lines (27 loc) · 1.16 KB

Airplay Source Message

Airplay Source messages are sent when a user has entered the menu to select a device to play their media from when multiple media sources are available. These messages have only one 1-byte field, which we have never observed to be anything but 0x00. The message's purpose is unclear.

AirPlay Source Message (btcommon.apple.type == 0x0a)

Field Name Info Example Length Type Notes
btcommon.apple.airplay.data Unknown AirPlay Source Data 00 1 Bytes Only seen to be 0x00

The message fields, observed values and their meaning:

  • Type: 1 byte, 0x0A -- indicates an Airplay Source message
  • Length: 1 byte, 0x01 -- number of bytes in message
  • Data: 1 byte, 0x00 -- meaning unknown