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:
When starting up, the place where the code reads the previous pairing buddy's address from the WT32i module, this is done twice now because there have been times when another command comes in at the same time and interrupts the retrieval of the pairing buddy's address. The second read should fix it. Also the read has been improved to also gank the "set" command that appears after the read.
When resetting the bluetooth module, ignore 3 lines of output after the reset, instead of 4. Helps certain messages from being swallowed.
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: