Bluetooth Driver services: Difference between revisions
Line 1,226: | Line 1,226: | ||
The following HID transaction types are supported (by <code>hidh_l2cif_data_ind</code>): HANDSHAKE, CONTROL (only param VIRTUAL_CABLE_UNPLUG is supported), DATA, DATAC. | The following HID transaction types are supported (by <code>hidh_l2cif_data_ind</code>): HANDSHAKE, CONTROL (only param VIRTUAL_CABLE_UNPLUG is supported), DATA, DATAC. | ||
* DATAC is not actually supported, since the callback function (<code>bta_hh_cback</code>) just frees the message and returns. | * DATAC is not actually supported, since the callback function (<code>bta_hh_cback</code>) just frees the message and returns. | ||
== Firmware == | |||
{| class="wikitable" border="1" | |||
|- | |||
! System Version | |||
! BSA version string | |||
! Date string | |||
! Config string | |||
|- | |||
| [1.0.0] | |||
| BSA0106_01.60.00_ | |||
| Hayward_J3_Patch_20161118 | |||
| BCM4356A3_001.004.009.0045.0000 | |||
|- | |||
| [2.0.0] | |||
| BSA0106_01.60.00_ | |||
| Hayward_J5_RC_20161227 | |||
| BCM4356A3_001.004.009.0047.0049 | |||
|- | |||
| [3.0.0-3.0.1] | |||
| BSA0106_01.60.00_ | |||
| Hayward_K4_RC_20170504 | |||
| BCM4356A3_001.004.009.0054.0056 | |||
|- | |||
| [4.0.0] | |||
| BSA0106_01.60.00_ | |||
| Hayward_L4_RC_20170815 | |||
| CYW4356A3_001.004.009.0057.0059 | |||
|- | |||
| [5.0.0] | |||
| BSA0106_01.60.00_ | |||
| Hayward_M2_RC_20180109 | |||
| CYW4356A3_001.004.009.0059.0061 | |||
|- | |||
| [5.1.0] | |||
| BSA0106_01.60.00_ | |||
| Hayward_N1_RC_20180226 | |||
| CYW4356A3_001.004.009.0062.0064 | |||
|- | |||
| [6.0.0-6.2.0] | |||
| BSA0106_01.60.00_ | |||
| Hayward_N3_RC_20180612 | |||
| CYW4356A3_001.004.009.0062.0064 | |||
|- | |||
| [7.0.0] | |||
| BSA0106_01.60.00_ | |||
| Hayward_O1_RC_20180829 | |||
| CYW4356A3_001.004.009.0076.0077 | |||
|- | |||
| [8.0.0-9.0.0] | |||
| BSA0106_01.60.00_ | |||
| Hayward_P1_RC_20190121 | |||
| CYW4356A3_001.004.009.0076.0077 | |||
|- | |||
| [10.0.0-11.0.0] | |||
| BSA0106_01.60.00_ | |||
| Hayward_R2_RC_20191119 | |||
| CYW4356A3_001.004.009.0092.0095 | |||
|} | |||
[[Category:Services]] | [[Category:Services]] |