- Mar 07, 2015
-
-
Conley Owens authored
Change-Id: I28284de20a047470e0afc9d4c0b088efe202eaaf
-
- Mar 03, 2015
-
-
Erik Kline authored
-
- Feb 25, 2015
-
-
Erik Kline authored
Change-Id: Ic45f99db717e1efcad4385cbbe1dd658e3a18bfb
-
- Feb 07, 2015
-
-
Christopher Ferris authored
-
- Feb 06, 2015
-
-
Ian Coolidge authored
stddef and signal are not pulled in transitively in glibc. Change-Id: I7a834bbdc31ae2aee4cb700a223c1636fda42afa
-
- Feb 04, 2015
-
-
Elliott Hughes authored
-
Elliott Hughes authored
-
- Feb 03, 2015
-
-
Ian Coolidge authored
Don't assign pthread_t to pid_t or UINT32. Just use pthread_t throughout. Change-Id: Icb8315c591b4131314c834beebd94f37651eaafb
-
Ian Coolidge authored
pthread_mutex_t is intended to be opaque. pthread_attr_t is intended to be opaque. Change-Id: I9b4f32b695783a4391851269977aa748dcc4f241
-
Elliott Hughes authored
-
Ian Coolidge authored
This is the libc interface file. Using linux/if.h produces definition collisions on glibc.
-
- Jan 30, 2015
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: Iebebb21a2fd04603e0170d7c3a9f6d9552f39c88
-
- Jan 29, 2015
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I041a5ea84b82155b0a7a8c4e7dc416c2c2b5e251
-
- Jan 25, 2015
-
-
Elliott Hughes authored
-
- Jan 24, 2015
-
-
Ian Coolidge authored
Change-Id: I72c08984aeef60e4833e600b4351759b9687a014
-
- Dec 29, 2014
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I5b1f75efb4b0f595a6e47849b4d8393a8d1dca24
-
- Dec 16, 2014
- Dec 11, 2014
-
-
Chih-hung Hsieh authored
-
- Dec 05, 2014
-
-
Bernhard Rosenkränzer authored
This patch removes a slew of unused variables and some unused functions, fixes some incomplete initializations of structs and an sprintf parameter mismatching the format string. Change-Id: I35f22fdccc8350f885cd357d3685b869224fa433 Signed-off-by:
Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-
Andreas Gampe authored
-
Andreas Gampe authored
For build-system CFLAGS clean-up, disable warnings locally. Should be reverted when the code is fixed. Bug: 18632512 Change-Id: I2356dbbe89d1ccec5b0bd0b60ab06bf57ce021d1
-
- Dec 04, 2014
-
-
Matthew Xie authored
-
- Nov 18, 2014
-
-
Chih-hung Hsieh authored
-
- Nov 12, 2014
-
-
Bernhard Rosenkränzer authored
Disable some clang warnings that can't be fixed in the code easily. The gnu-variable-sized-type-not-at-end extension is used heavily to allow adding members to a struct after a variably sized header. constant-logical-operand is triggered by code in l2c_utils.c that looks like the construct is correct in this use case. Change-Id: I3ff8bf5b6deb7a5807dc200a50f33b2583abb9c0 Signed-off-by:
Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-
- Oct 25, 2014
-
-
yusuke kawabe authored
This reverts commit 3df937b6. SDP record of OPP v1.1 should be used 0x0100. Change-Id: Ida36f00688e7e6f032b25e796a55433ea1e12706
-
- Oct 18, 2014
-
-
Prem Kumar authored
automerge: aedf56c6 * commit 'aedf56c6': Retry pairing if the device did not respond (page timeout)
-
Andre Eisenbach authored
automerge: e8b59af9 * commit 'e8b59af9': A2DP: Lowering maximum PCM frame limit to avoid audio breaks
-
Prem Kumar authored
-
- Oct 17, 2014
-
-
Andre Eisenbach authored
Some car kits (notably Renesas car kits used in Nissan/Infiniti models) will throttle incoming A2DP frames if too many frames are sent at once. This patch lowers the maximum number of frames sent per tick to not overwhelm the remote device. Bug: 17880920 Change-Id: I7bfbba625405c96159d1c94eebd8dc498f100daa
-
- Oct 16, 2014
-
-
Andre Eisenbach authored
Implements a "blacklist" identifying troublesome remote devices which may require multiple pairing attempts to succeed. Change-Id: I11b6b7da7230e37fbd5ec4c07cd38b30dc12b40e
-
Andre Eisenbach authored
* commit 'f01246d8': LE: Serialize multiple connection parameter update requests
-
Andre Eisenbach authored
* commit '0dc5b523': Implement GATT service cache
-
Andre Eisenbach authored
-
Andre Eisenbach authored
-
Andre Eisenbach authored
When trying to reconnect a previously paired device, notifications may be sent by the remote device before the characteristic handles have been discovered. Thus notifications will be lost. This patch adds a non-volatile attribute cache that allows attribute handles to be restored before notifications are received. Bug: 17999991 Change-Id: I97faefbc6a2fed86cbce7f64d620ed03944d89b2
-
- Oct 15, 2014
-
-
Matthew Xie authored
am 33675698: am 9ff407b1: (-s ours) DO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP SPEC 1.2 * commit '33675698': DO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP SPEC 1.2
-