Bluetooth Driver services: Difference between revisions
Line 730: | Line 730: | ||
sdknso masks the FatalReason with an u16-mask before passing it to the cmd. | sdknso masks the FatalReason with an u16-mask before passing it to the cmd. | ||
This writes data into a CircularBuffer with type=0x29, where the data is an u16 determined using the input [[#FatalReason]]: 1 -> 0x850, 2 -> 0x851, {other values} -> 0x852. This is only done if a state field is value 0x3, after calling the func for this the field is set to value 0. | |||
== GetBleChannelMap == | == GetBleChannelMap == |