<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_system_bt/utils/src, branch cm-13.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_system_bt/'/>
<entry>
<title>Merge tag 'android-6.0.0_r26' into cm-13.0</title>
<updated>2015-11-05T14:54:51+00:00</updated>
<author>
<name>Ricardo Cerqueira</name>
<email>ricardo@cyngn.com</email>
</author>
<published>2015-11-05T14:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_system_bt/commit/?id=d5fbc46a5628d9c6864313be455422f41dcf9280'/>
<id>d5fbc46a5628d9c6864313be455422f41dcf9280</id>
<content type='text'>
Android 6.0.0 release 26

Conflicts:
	audio_a2dp_hw/audio_a2dp_hw.c
	btif/co/bta_hh_co.c
	btif/src/btif_core.c
	btif/src/btif_dm.c
	hci/src/btsnoop_net.c

Change-Id: Idc868e4339246f35bc9ac5974c87460bbc6ee3b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Android 6.0.0 release 26

Conflicts:
	audio_a2dp_hw/audio_a2dp_hw.c
	btif/co/bta_hh_co.c
	btif/src/btif_core.c
	btif/src/btif_dm.c
	hci/src/btsnoop_net.c

Change-Id: Idc868e4339246f35bc9ac5974c87460bbc6ee3b2
</pre>
</div>
</content>
</entry>
<entry>
<title>Bluetooth: Implement dynamic blacklist method for role switch</title>
<updated>2015-10-15T05:56:42+00:00</updated>
<author>
<name>Srinu Jella</name>
<email>sjella@codeaurora.org</email>
</author>
<published>2015-10-08T11:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_system_bt/commit/?id=3692a46fd8a70dbaaaf9f88565d1116a0004e348'/>
<id>3692a46fd8a70dbaaaf9f88565d1116a0004e348</id>
<content type='text'>
 - Blacklist the device if it's rejected the role switch for
   max number of times.Same is added to the iot_devlist.conf
   file.

-  Maximum number of failed (BTM_MAX_SW_ROLE_FAILED_ATTEMPTS)
   attempts set to 3 and it is configurable.

-  Same blacklisted device is referred by the BTM module when
   any other module like profile is requesting for role switch
   and BTM module returns BTM_REPEATED_ATTEMPTS as the switch
   role status.

-  There is option to retry for role switch even though the
   device is blacklisted and it can be controlled by feature
   flag BTM_SAFE_REATTEMPT_ROLE_SWITCH. And by default it is
   enabled.

CRs-Fixed: 831542
Change-Id: I570e1539578e60901794941ca46f0722e368a954
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Blacklist the device if it's rejected the role switch for
   max number of times.Same is added to the iot_devlist.conf
   file.

-  Maximum number of failed (BTM_MAX_SW_ROLE_FAILED_ATTEMPTS)
   attempts set to 3 and it is configurable.

-  Same blacklisted device is referred by the BTM module when
   any other module like profile is requesting for role switch
   and BTM module returns BTM_REPEATED_ATTEMPTS as the switch
   role status.

-  There is option to retry for role switch even though the
   device is blacklisted and it can be controlled by feature
   flag BTM_SAFE_REATTEMPT_ROLE_SWITCH. And by default it is
   enabled.

CRs-Fixed: 831542
Change-Id: I570e1539578e60901794941ca46f0722e368a954
</pre>
</div>
</content>
</entry>
<entry>
<title> BT: Fixed Static Analysis Issues</title>
<updated>2015-10-06T09:22:00+00:00</updated>
<author>
<name>Matadeen Mishra</name>
<email>matade@codeaurora.org</email>
</author>
<published>2015-08-21T04:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_system_bt/commit/?id=fada44256f77be2e7cdf1b6089c15c4b08a76046'/>
<id>fada44256f77be2e7cdf1b6089c15c4b08a76046</id>
<content type='text'>
  - This fix avoids NULL pointer dereferences,
    Array Index Out of Bounds Exceptions
    and Banned funciton in the bluedroid code
    space of Bluetooth.
CRs-Fixed: 890309, 890321

Change-Id: I24ae794ee01b65b5ab15c73cd82677b0481910ad
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - This fix avoids NULL pointer dereferences,
    Array Index Out of Bounds Exceptions
    and Banned funciton in the bluedroid code
    space of Bluetooth.
CRs-Fixed: 890309, 890321

Change-Id: I24ae794ee01b65b5ab15c73cd82677b0481910ad
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure thread priority is raised for media task / UIPC</title>
<updated>2015-09-19T03:13:53+00:00</updated>
<author>
<name>Andre Eisenbach</name>
<email>eisenbach@google.com</email>
</author>
<published>2015-09-19T03:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_system_bt/commit/?id=1cf812f61823c981406f18b2577f43b69e80253d'/>
<id>1cf812f61823c981406f18b2577f43b69e80253d</id>
<content type='text'>
Bug: 23978964
Change-Id: I36b6d05bb82eb0283eed3b465038d65890c4c245
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 23978964
Change-Id: I36b6d05bb82eb0283eed3b465038d65890c4c245
</pre>
</div>
</content>
</entry>
<entry>
<title>osi: add compat code for glibc</title>
<updated>2015-04-02T23:46:16+00:00</updated>
<author>
<name>Scott James Remnant</name>
<email>keybuk@google.com</email>
</author>
<published>2015-04-02T22:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_system_bt/commit/?id=47d68ee6229ccec3deeaaf694fa86438d97333a4'/>
<id>47d68ee6229ccec3deeaaf694fa86438d97333a4</id>
<content type='text'>
glibc doesn't declare strlcpy(), strlcat() or gettid(). Add a header
of compatibility routines that only get included when compiling on this.

Change-Id: I889ac7f1d22cf7056757890fcff0403107488d62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
glibc doesn't declare strlcpy(), strlcat() or gettid(). Add a header
of compatibility routines that only get included when compiling on this.

Change-Id: I889ac7f1d22cf7056757890fcff0403107488d62
</pre>
</div>
</content>
</entry>
<entry>
<title>Demote, cleanup and extend observed logging</title>
<updated>2015-03-16T23:51:49+00:00</updated>
<author>
<name>Chris Manton</name>
<email>cmanton@google.com</email>
</author>
<published>2015-03-12T16:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_system_bt/commit/?id=f8027005333c88a2f097cfd70d15c3d54c7764ae'/>
<id>f8027005333c88a2f097cfd70d15c3d54c7764ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use fully qualified path for btcore includes.</title>
<updated>2015-03-16T23:51:49+00:00</updated>
<author>
<name>Sharvil Nanavati</name>
<email>sharvil@google.com</email>
</author>
<published>2015-03-12T22:55:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_system_bt/commit/?id=95b74f252f534ec757aab1fc08e086e02b2cfe8d'/>
<id>95b74f252f534ec757aab1fc08e086e02b2cfe8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add platform-independent logging macros to OSI.</title>
<updated>2015-03-16T23:51:40+00:00</updated>
<author>
<name>Sharvil Nanavati</name>
<email>sharvil@google.com</email>
</author>
<published>2014-12-24T07:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_system_bt/commit/?id=44802768c447ab480d4227b3a852a97d923b816d'/>
<id>44802768c447ab480d4227b3a852a97d923b816d</id>
<content type='text'>
These macros should replace ALOG* and the various trace macros
used throughout bluedroid. This change eliminates all uses of the
ALOG* macros in favor of the new ones.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These macros should replace ALOG* and the various trace macros
used throughout bluedroid. This change eliminates all uses of the
ALOG* macros in favor of the new ones.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove data_types.h</title>
<updated>2015-03-16T23:51:38+00:00</updated>
<author>
<name>Chris Manton</name>
<email>cmanton@google.com</email>
</author>
<published>2014-09-30T04:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_system_bt/commit/?id=83e2c342e8b40009f3509425722d309c0b8189b9'/>
<id>83e2c342e8b40009f3509425722d309c0b8189b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modulizification of bt_utils</title>
<updated>2015-03-16T23:51:35+00:00</updated>
<author>
<name>Zach Johnson</name>
<email>zachoverflow@google.com</email>
</author>
<published>2014-09-25T00:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_system_bt/commit/?id=96363ff2b78c10e2b2e106464f337b58ec1a616a'/>
<id>96363ff2b78c10e2b2e106464f337b58ec1a616a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
