Specifications
Issues Resolved in BlueLab v3.2
blab-srn-005Pa
© CSR plc 2006
This material is subject to CSR’s non-disclosure agreement.
Page 28 of 48
_äìÉi~Ä»=îPKQ= Software Release Note
ID Severity Description
B-6129 Minor
The interface to the ftps library has been updated to make it more consistent with
other BlueLab libraries.
B-6143 Minor
ConnectionSmDeleteAllAuthDevices(..) previously failed to remove all
devices from the paired device list.
B-6152 Minor
A firmware change means that the sink value in DM_EX_SCO_DISCONNECT_IND
primitives is now correctly set, rather than being zero.
B-6153 Minor
The av_headset_hfp application now checks stream validity before routing SCO to
the PCM hardware.
B-6155 Minor
Freeing a pointer which points into the middle of an allocated region (rather than the
start of the region) now causes a VM panic.
B-6163 Minor
If the remote end initiates closing the media channel the
gavdp library waits for 500ms
(thus allowing the remote end to disconnect the signalling channel) before initiating a
disconnect of the signalling channel, if it is still connected. Previously it would
disconnect the signalling channel immediately.
B-6165 Minor
The
a2dp and gavdp libraries now provide a CloseAll function to clean up all
existing AV connections.
B-6177 Minor
The
gavdp library no longer tries to use a signalling connection that doesn't exist.
B-6178 Minor
The
gavdp library now does some additional checking on the result of a SinkClaim.
B-6179 Minor
The
oppc library API has been updated as part of the changes to the goep API.
B-6188 Minor
Code has been added to prevent changing track, or playing of very short sound clips,
resulting in a short clip of the last sound being played.
B-6194 Minor
If the AG does not support an in-band ring tone but opens a SCO while sending RING
indications, the combined headset application will now play its own ring tone.
B-6198 Minor
A new 'Message' tab in xIDE traces messages passed to the tasks in the application,
both from other tasks and from the firmware.
B-6208 Minor
The a2dp and gavdp no longer contain a media_sink field in their CODEC settings
indication messages.
B-6210 Minor
The
opps API has been updated to match the new goep API.
B-6214 Minor
An
opp_server application has been added.
B-6217 Minor
A minor issue in the firmware has been resolved which could mean updates to local
variables placed at
0xFFF8 were ignored by xIDE.
B-6230 Minor
SinkIsValid and SourceIsValid library routines have been added.
B-6233 Minor
A debug variant of the
spp library is now built by default when installing BlueLab.
B-6234 Minor
The
opps library no longer assumes that vCard mime types will all be lower case.
B-6245 Minor
The
hfp library now correctly hangs up the active call if a second call comes in and the
application issues an
HfpTerminateCall request.
B-6259 Minor
gcc no longer allows bitfields to straddle word boundaries any more. Doing so
generated extra code and broke applications which made assumptions about structure
packing.
B-6275 Minor
An
obex_server application has been added.
B-6276 Fatal
The gavdp library now correctly validates the service capabilities received in a get
capabilities response.
B-6283 Minor
The
examples/oppc application has been added.
B-6284 Minor DFU tools have been included with BlueLab in tools/dfu.
B-6286 Minor
The AG may optionally include an alphanumeric representation of the number sent in
the CLIP indication. If the hfp receives this it sends a single
HFP_CALLER_ID_NAME_IND message to the client containing this string.
B-6287 Minor
The Kalimba DSP message library has been updated to avoid corrupting the timer list
when the firmware took longer than expected to acknowledge a message.