Changes

Jump to navigation Jump to search
1,525 bytes added ,  16:44, 20 April 2021
Line 11: Line 11:     
There were no IPC changes. There were no NPDM changes besides the usual version-update. The only RomFs changes were for the bad word lists, besides the sysver titles.
 
There were no IPC changes. There were no NPDM changes besides the usual version-update. The only RomFs changes were for the bad word lists, besides the sysver titles.
 +
 +
===[[Bluetooth_Driver_services|bluetooth]]===
 +
Error handling in various bt-audio funcs were updated.
 +
 +
An initialization func was updated.
 +
 +
Minor other changes.
 +
 +
The impl funcs for [[Bluetooth_Driver_services#EnableBluetooth|EnableBluetooth]] and [[Bluetooth_Driver_services#DisableBluetooth|DisableBluetooth]] were updated.
 +
 +
[[Bluetooth_Driver_services#EnableBle|EnableBle]]/[[Bluetooth_Driver_services#DisableBle|DisableBle]] was updated: on entry the func to update the objptr for enabled-object is used, then on exit it's called again to update it to disabled-object.
 +
 +
The func for the "nn.bluetooth.HidMessageHandler" thread was updated.
 +
 +
A func which triggers [[Bluetooth_Driver_services#ConnectionEventType|ConnectionEventType]] value 4 will now use {Address loaded from a func} instead of the input Address, if the input Address matches an Address from elsewhere (this comparison also done on the previous version, without changing the Address).
 +
 +
The Abort was removed in the code which initializes the "nn.bluetooth.BsaClient" thread, which was triggered depending on the value of global state.
 +
 +
The func used for the BSA Security callback was updated:
 +
* For the pairing/authentication complete event, this will no longer Abort when the input Address doesn't match the Address from elsewhere.
 +
* For the ACL Link Resumed event, this now fills in the rest of the event data sent to the message thread. This also sends an additional message to that thread.
 +
* Various other event handling in this func was also updated.
    
==See Also==
 
==See Also==

Navigation menu