tfabris / BlueGigaEmpeg

Arduino module and daughter board to convert the empeg Car MP3 player to Bluetooth output.
GNU General Public License v3.0
0 stars 0 forks source link

Change AVRCP Connection Style #81

Closed tfabris closed 6 years ago

tfabris commented 6 years ago

Attempt to fix issue #71 (no AVRCP on Onkyo) by changing the situations in which the CALL AVRCP command is issued after connecting.

In situations where the BlueGigaEmpeg is performing the auto-reconnect, this version issues a "CALL xxxx 17 AVRCP" as soon as there is an A2DP connection, instead of waiting for one to be established automatically. It no longer reserves this action solely for the pairing mode, it will now do this any time there is an A2DP connection when an auto reconnect is performed.

Additional changes: