OSDN Git Service

android-x86/system-bt.git
10 years agoam 79f454dc: L2CAP: Send HCI connect with all packet types supported
Hemant Gupta [Sun, 29 Jun 2014 18:10:19 +0000 (18:10 +0000)]
am 79f454dc: L2CAP: Send HCI connect with all packet types supported

* commit '79f454dc544280cc1a3ca3acc643f7dddfe91cd9':
  L2CAP: Send HCI connect with all packet types supported

10 years agoL2CAP: Send HCI connect with all packet types supported
Hemant Gupta [Tue, 30 Jul 2013 12:21:48 +0000 (17:51 +0530)]
L2CAP: Send HCI connect with all packet types supported

HCI create connect function is now supporting only single slot packet
during HCI connection initiation. Added support for all basic rate
packet types.

Change-Id: Ieeb892ea43dc9bb801a8f97a644a0f8c06b8184a

10 years agoam 96cdc153: Merge "GAP: Handle invalid SDP service search request" into klp-wireless-dev
Matthew Xie [Sun, 29 Jun 2014 05:18:28 +0000 (05:18 +0000)]
am 96cdc153: Merge "GAP: Handle invalid SDP service search request" into klp-wireless-dev

* commit '96cdc153002c82d959f132d6e6804b516228ff32':
  GAP: Handle invalid SDP service search request

10 years agoam 08b1c8d9: Merge "GAP: Handled collision scenerio with headset" into klp-wireless-dev
Matthew Xie [Sun, 29 Jun 2014 05:18:27 +0000 (05:18 +0000)]
am 08b1c8d9: Merge "GAP: Handled collision scenerio with headset" into klp-wireless-dev

* commit '08b1c8d9147c253fecd34686b0c4dcd5b78cc778':
  GAP: Handled collision scenerio with headset

10 years agoam f844e6ea: Fix build: remove bte_version.c from makefile since it\'s not in the...
Sharvil Nanavati [Sun, 29 Jun 2014 05:10:07 +0000 (05:10 +0000)]
am f844e6ea: Fix build: remove bte_version.c from makefile since it\'s not in the tree.

* commit 'f844e6ea7bf26589c0c00a135451c0279e6b177a':
  Fix build: remove bte_version.c from makefile since it's not in the tree.

10 years agoFix build: remove bte_version.c from makefile since it's not in the tree.
Sharvil Nanavati [Sun, 29 Jun 2014 05:03:24 +0000 (22:03 -0700)]
Fix build: remove bte_version.c from makefile since it's not in the tree.

Change-Id: I4e488cadd2b52e41ec83e4b2acac2dd7f9ca5b61

10 years agoam f0952b52: Add a flexible array to the end of BT_HDR to avoid pointer arithmetic.
Sharvil Nanavati [Sun, 29 Jun 2014 04:25:41 +0000 (04:25 +0000)]
am f0952b52: Add a flexible array to the end of BT_HDR to avoid pointer arithmetic.

* commit 'f0952b522e3326b79b146e7c3c59fa3b29d59de6':
  Add a flexible array to the end of BT_HDR to avoid pointer arithmetic.

10 years agoam 5055c9d0: Eliminate HCI flow control. It is not used anywhere in the codebase.
Sharvil Nanavati [Sun, 29 Jun 2014 04:21:20 +0000 (04:21 +0000)]
am 5055c9d0: Eliminate HCI flow control. It is not used anywhere in the codebase.

* commit '5055c9d0061aaa451de9ee33d6d2d2716f188e0f':
  Eliminate HCI flow control. It is not used anywhere in the codebase.

10 years agoam 5c0b9111: Remove BTE/BTIF version strings. DID profile should specify stack versio...
Sharvil Nanavati [Sun, 29 Jun 2014 04:21:20 +0000 (04:21 +0000)]
am 5c0b9111: Remove BTE/BTIF version strings. DID profile should specify stack version info.

* commit '5c0b91113bdc32eba2db928efae625eee9a2e65e':
  Remove BTE/BTIF version strings. DID profile should specify stack version info.

10 years agoAdd a flexible array to the end of BT_HDR to avoid pointer arithmetic.
Sharvil Nanavati [Tue, 24 Jun 2014 23:45:55 +0000 (16:45 -0700)]
Add a flexible array to the end of BT_HDR to avoid pointer arithmetic.

This change should clean up a lot of code. I've verified sizeof(BT_HDR)
remains constant after this change on ARM, x86, and x86_64.

Change-Id: I762351fa0f24a587da190de3e522bc74e497c542

10 years agoEliminate HCI flow control. It is not used anywhere in the codebase.
Sharvil Nanavati [Tue, 24 Jun 2014 07:39:06 +0000 (00:39 -0700)]
Eliminate HCI flow control. It is not used anywhere in the codebase.

Change-Id: If7244bdcf08023b0a093374950d6a5c1974fbbba

10 years agoam 75e8f419: Eliminate unused argument to dealloc.
Sharvil Nanavati [Sun, 29 Jun 2014 04:18:14 +0000 (04:18 +0000)]
am 75e8f419: Eliminate unused argument to dealloc.

* commit '75e8f4192e75ded418a7d228959c2ec99a13fa73':
  Eliminate unused argument to dealloc.

10 years agoam c5856ba5: Add documentation and non-blocking functions to fixed_queue.
Sharvil Nanavati [Sun, 29 Jun 2014 04:18:14 +0000 (04:18 +0000)]
am c5856ba5: Add documentation and non-blocking functions to fixed_queue.

* commit 'c5856ba565d4d6952f465164a98807fb274b96e6':
  Add documentation and non-blocking functions to fixed_queue.

10 years agoRemove BTE/BTIF version strings. DID profile should specify stack version info.
Sharvil Nanavati [Wed, 25 Jun 2014 00:24:33 +0000 (17:24 -0700)]
Remove BTE/BTIF version strings. DID profile should specify stack version info.

Change-Id: I27806f8a88f7ea81ccab1fe48ab826ba428357e0

10 years agoEliminate unused argument to dealloc.
Sharvil Nanavati [Wed, 25 Jun 2014 00:02:30 +0000 (17:02 -0700)]
Eliminate unused argument to dealloc.

Change-Id: I9e54a9b9e8e250aa39e4fbfcbe934e7686d74cd4

10 years agoAdd documentation and non-blocking functions to fixed_queue.
Sharvil Nanavati [Mon, 23 Jun 2014 19:25:40 +0000 (12:25 -0700)]
Add documentation and non-blocking functions to fixed_queue.

Change-Id: Ia13166238847d6e1cebfda1bf5bdafd9ddc8b8e1

10 years agofeaturize ble specific function to fix compile error on non-ble target
Matthew Xie [Sat, 28 Jun 2014 20:51:06 +0000 (13:51 -0700)]
featurize ble specific function to fix compile error on non-ble target

Change-Id: Ib968b55b407f6c4413d53623113c47f335c5f800

10 years agoam 249f600c: LE: Add is_connected() function (2/3)
Andre Eisenbach [Sat, 28 Jun 2014 19:24:43 +0000 (19:24 +0000)]
am 249f600c: LE: Add is_connected() function (2/3)

* commit '249f600c1518c015f5cb45720cb022a203ba744e':
  LE: Add is_connected() function (2/3)

10 years agoam 493a98a8: LE: Add notification sent and congestion callbacks (2/4)
Andre Eisenbach [Sat, 28 Jun 2014 19:24:42 +0000 (19:24 +0000)]
am 493a98a8: LE: Add notification sent and congestion callbacks (2/4)

* commit '493a98a8de29a35808db28470736819af5fd22d2':
  LE: Add notification sent and congestion callbacks (2/4)

10 years agoam a3164c9b: Add documentation for semaphore and add a semaphore_try_wait function.
Sharvil Nanavati [Sat, 28 Jun 2014 19:24:42 +0000 (19:24 +0000)]
am a3164c9b: Add documentation for semaphore and add a semaphore_try_wait function.

* commit 'a3164c9b0b2da60509f16bcbc23c36e30d3df862':
  Add documentation for semaphore and add a semaphore_try_wait function.

10 years agoam 0aee3319: BLE privacy timer
Chris Manton [Sat, 28 Jun 2014 19:24:41 +0000 (19:24 +0000)]
am 0aee3319: BLE privacy timer

* commit '0aee331900424ed23857ee2390fbb03338a60d91':
  BLE privacy timer

10 years agoam 3466f510: RIP: Removal of more dead timer code
Chris Manton [Sat, 28 Jun 2014 19:24:41 +0000 (19:24 +0000)]
am 3466f510: RIP: Removal of more dead timer code

* commit '3466f510fc41f71021ac46dbbd9734d828942332':
  RIP: Removal of more dead timer code

10 years agoam 5ec39bbc: Extended a few timer API functions
Chris Manton [Sat, 28 Jun 2014 19:24:40 +0000 (19:24 +0000)]
am 5ec39bbc: Extended a few timer API functions

* commit '5ec39bbc74875868ba54e837c6bd30bfa022563f':
  Extended a few timer API functions

10 years agoam 0e377135: Clean up DID configuration parsing.
Sharvil Nanavati [Sat, 28 Jun 2014 19:24:40 +0000 (19:24 +0000)]
am 0e377135: Clean up DID configuration parsing.

* commit '0e377135cf8a38f2a8ec194b77bbb51dea0c0095':
  Clean up DID configuration parsing.

10 years agoam f3b23f23: Clean up interaction with libbt-vendor library.
Sharvil Nanavati [Sat, 28 Jun 2014 19:24:39 +0000 (19:24 +0000)]
am f3b23f23: Clean up interaction with libbt-vendor library.

* commit 'f3b23f231a39176ea371c4da717e084b3d7cc15a':
  Clean up interaction with libbt-vendor library.

10 years agoam 138ca8b8: Make unit tests pass again after OS callout change.
Sharvil Nanavati [Sat, 28 Jun 2014 19:24:39 +0000 (19:24 +0000)]
am 138ca8b8: Make unit tests pass again after OS callout change.

* commit '138ca8b8b121c17ff3ee9a7c10d76246a5c7325b':
  Make unit tests pass again after OS callout change.

10 years agoam 7c9976dc: Logging cleanup: GKI.
Sharvil Nanavati [Sat, 28 Jun 2014 19:24:38 +0000 (19:24 +0000)]
am 7c9976dc: Logging cleanup: GKI.

* commit '7c9976dc5e4d70630f8ca0f61b0bd7bdfaf0dba3':
  Logging cleanup: GKI.

10 years agoam 8cb7fe3c: Fix build for mako devices.
Sharvil Nanavati [Sat, 28 Jun 2014 19:24:38 +0000 (19:24 +0000)]
am 8cb7fe3c: Fix build for mako devices.

* commit '8cb7fe3cdf4951fc58669a053496fca2ad3f52d3':
  Fix build for mako devices.

10 years agoresolved conflicts for merge of a7d7eb78 to master
Sharvil Nanavati [Sat, 28 Jun 2014 19:22:29 +0000 (12:22 -0700)]
resolved conflicts for merge of a7d7eb78 to master

Change-Id: I547dbf3c212eb5658c43f9822587431a7bcbbac3

10 years agoresolved conflicts for merge of 01beea4b to master
Sharvil Nanavati [Sat, 28 Jun 2014 19:18:07 +0000 (12:18 -0700)]
resolved conflicts for merge of 01beea4b to master

Change-Id: I340c31de8ece1580a9a6ab9370b9815ecdd54b49

10 years agoam 92de6fd7: Logging cleanup: remove unused macros.
Sharvil Nanavati [Sat, 28 Jun 2014 18:43:18 +0000 (18:43 +0000)]
am 92de6fd7: Logging cleanup: remove unused macros.

* commit '92de6fd7bb570a60593223b78302601dc0637dea':
  Logging cleanup: remove unused macros.

10 years agoresolved conflicts for merge of 93f66512 to master
Matthew Xie [Sat, 28 Jun 2014 18:42:11 +0000 (11:42 -0700)]
resolved conflicts for merge of 93f66512 to master

Change-Id: Ieb2fd742d9baddce8a61fe073a61e39a180cf426

10 years agoresolved conflicts for merge of e8c3d75b to master
Matthew Xie [Sat, 28 Jun 2014 18:35:29 +0000 (11:35 -0700)]
resolved conflicts for merge of e8c3d75b to master

Change-Id: I78ef69c4d54a36243620ae14296d3507e3339567

10 years agoresolved conflicts for merge of b44cc59d to master
Matthew Xie [Sat, 28 Jun 2014 17:58:27 +0000 (10:58 -0700)]
resolved conflicts for merge of b44cc59d to master

Change-Id: I74c86dd5a13d4cc0b225a4b1d516904c4382db74

10 years agoam 158084e0: Logging cleanup: A2D, AVDT, and AVCT.
Sharvil Nanavati [Sat, 28 Jun 2014 17:35:42 +0000 (17:35 +0000)]
am 158084e0: Logging cleanup: A2D, AVDT, and AVCT.

* commit '158084e065230a10ffeba6b24ab2fd22b422baed':
  Logging cleanup: A2D, AVDT, and AVCT.

10 years agoam d6e1b1ee: Logging cleanup: HIDH, BNEP, and PAN.
Sharvil Nanavati [Sat, 28 Jun 2014 17:35:41 +0000 (17:35 +0000)]
am d6e1b1ee: Logging cleanup: HIDH, BNEP, and PAN.

* commit 'd6e1b1ee17959461a80936f7308d8129615315d2':
  Logging cleanup: HIDH, BNEP, and PAN.

10 years agoam d5bba906: Logging cleanup: RFCOMM and GAP.
Sharvil Nanavati [Sat, 28 Jun 2014 17:35:41 +0000 (17:35 +0000)]
am d5bba906: Logging cleanup: RFCOMM and GAP.

* commit 'd5bba906b0704cd60e824613bd2e438935ba5d89':
  Logging cleanup: RFCOMM and GAP.

10 years agoresolved conflicts for merge of a51c9d9d to master
Matthew Xie [Sat, 28 Jun 2014 17:28:40 +0000 (10:28 -0700)]
resolved conflicts for merge of a51c9d9d to master

Change-Id: I50eec2efe06017bddac291846fa098c26dc10da1

10 years agohandle link key check in non_ble case
Matthew Xie [Sat, 28 Jun 2014 17:12:51 +0000 (10:12 -0700)]
handle link key check in non_ble case

Change-Id: Ibbdf3c4fbff9e53f8e2a85db9d6de62cd2925c60

10 years agoam f219040f: Merge "Reload Hid info only for bonded device" into klp-wireless-dev
Matthew Xie [Sat, 28 Jun 2014 06:47:40 +0000 (06:47 +0000)]
am f219040f: Merge "Reload Hid info only for bonded device" into klp-wireless-dev

* commit 'f219040fb458fe4bb19d55d39c28d4535865a908':
  Reload Hid info only for bonded device

10 years agoam aef4bd1c: Address allocation scheme for multiple advertisers
Satya Calloji [Sat, 28 Jun 2014 06:47:39 +0000 (06:47 +0000)]
am aef4bd1c: Address allocation scheme for multiple advertisers

* commit 'aef4bd1ced9208ae4b1d1975a2734dc82eaf838d':
  Address allocation scheme for multiple advertisers

10 years agoam 0c4ec0da: Fix build for aosp_manta
Prerepa Viswanadham [Sat, 28 Jun 2014 06:47:39 +0000 (06:47 +0000)]
am 0c4ec0da: Fix build for aosp_manta

* commit '0c4ec0dae97523cadc9207e98c4a1edff7e2e7cf':
  Fix build for aosp_manta

10 years agoam 167686c8: Remove dead timer code from btu
Chris Manton [Sat, 28 Jun 2014 06:47:38 +0000 (06:47 +0000)]
am 167686c8: Remove dead timer code from btu

* commit '167686c80108ed5cf030631057ec82dc169f3e65':
  Remove dead timer code from btu

10 years agoam d0bc2154: Fix build breakage due to bad rebase
Mike Lockwood [Sat, 28 Jun 2014 06:47:37 +0000 (06:47 +0000)]
am d0bc2154: Fix build breakage due to bad rebase

* commit 'd0bc21547cde6bbd8ef9139d2b8b9fb2b300ba8f':
  Fix build breakage due to bad rebase

10 years agoam b48d176a: Fix garbage left in makefile
Mike Lockwood [Sat, 28 Jun 2014 06:47:37 +0000 (06:47 +0000)]
am b48d176a: Fix garbage left in makefile

* commit 'b48d176a454377e02c6ae0e014746c0b28d6577c':
  Fix garbage left in makefile

10 years agoam 3a1ca50d: Move AVRCP controller support to separate HAL interface
Mike Lockwood [Sat, 28 Jun 2014 06:47:36 +0000 (06:47 +0000)]
am 3a1ca50d: Move AVRCP controller support to separate HAL interface

* commit '3a1ca50d0def4078a0db82bcdeecfe408ca4af64':
  Move AVRCP controller support to separate HAL interface

10 years agoam 30924375: (-s ours) More work on A2DP Sink:
Mike Lockwood [Sat, 28 Jun 2014 06:47:35 +0000 (06:47 +0000)]
am 30924375: (-s ours) More work on A2DP Sink:

* commit '309243751678f395e6f7323e45433e5476dc17ef':
  More work on A2DP Sink:

10 years agoam 8e08ad12: (-s ours) SBC Decoder for A2DP SINK
Hemant Gupta [Sat, 28 Jun 2014 06:42:25 +0000 (06:42 +0000)]
am 8e08ad12: (-s ours) SBC Decoder for A2DP SINK

* commit '8e08ad12eae66877f9725ca2d66fc69fe6762340':
  SBC Decoder for A2DP SINK

10 years agoam cc355591: (-s ours) Add A2DP Sink Support
Hemant Gupta [Sat, 28 Jun 2014 06:37:15 +0000 (06:37 +0000)]
am cc355591: (-s ours) Add A2DP Sink Support

* commit 'cc35559160745c60b42ae182002a59337d844d09':
  Add A2DP Sink Support

10 years agoresolved conflicts for merge of 6449e497 to master
Matthew Xie [Sat, 28 Jun 2014 06:33:05 +0000 (23:33 -0700)]
resolved conflicts for merge of 6449e497 to master

Change-Id: I01ef7ea6c4ce49c9d775b355fb5b082b25ffbc39

10 years agoresolved conflicts for merge of e01b1126 to master
Matthew Xie [Sat, 28 Jun 2014 06:23:06 +0000 (23:23 -0700)]
resolved conflicts for merge of e01b1126 to master

Change-Id: I7a7b069b1a5f75205e540a578c17a2633e8df18e

10 years agoam 82d0a118: Eliminate dead code: remove GKI_sched* from the codebase.
Sharvil Nanavati [Sat, 28 Jun 2014 05:07:13 +0000 (05:07 +0000)]
am 82d0a118: Eliminate dead code: remove GKI_sched* from the codebase.

* commit '82d0a118de082b95cc41b63de8fcd79c9f1f0831':
  Eliminate dead code: remove GKI_sched* from the codebase.

10 years agoam 479a9a37: Parse auto_pair_devlist.conf file with the generic config parser.
Sharvil Nanavati [Sat, 28 Jun 2014 05:07:12 +0000 (05:07 +0000)]
am 479a9a37: Parse auto_pair_devlist.conf file with the generic config parser.

* commit '479a9a3750e243b40663ddbd1ac44d4fc1c3ec4e':
  Parse auto_pair_devlist.conf file with the generic config parser.

10 years agoam c0048149: Fix build: BTM_BleLocalPrivacyEnabled is called from outside BLE_PRIVACY...
Sharvil Nanavati [Sat, 28 Jun 2014 05:07:12 +0000 (05:07 +0000)]
am c0048149: Fix build: BTM_BleLocalPrivacyEnabled is called from outside BLE_PRIVACY_SPT guard.

* commit 'c0048149c344473218f746f435dc2ab4181e689d':
  Fix build: BTM_BleLocalPrivacyEnabled is called from outside BLE_PRIVACY_SPT guard.

10 years agoam 88e76456: Disable BLE address randomization since it causes excessive timer wakeups.
Sharvil Nanavati [Sat, 28 Jun 2014 05:07:11 +0000 (05:07 +0000)]
am 88e76456: Disable BLE address randomization since it causes excessive timer wakeups.

* commit '88e76456c4e4a641b4d4ddad9e7c0a9ee2418e6b':
  Disable BLE address randomization since it causes excessive timer wakeups.

10 years agoam 9bce2266: Implement GKI timers based on wake alarms and wake locks.
Sharvil Nanavati [Sat, 28 Jun 2014 05:07:11 +0000 (05:07 +0000)]
am 9bce2266: Implement GKI timers based on wake alarms and wake locks.

* commit '9bce2266bae83dfeb57319076dee569324a6d0a8':
  Implement GKI timers based on wake alarms and wake locks.

10 years agoam 611f3abf: Allow btsnoop logs to be read over a local socket.
Sharvil Nanavati [Sat, 28 Jun 2014 05:07:10 +0000 (05:07 +0000)]
am 611f3abf: Allow btsnoop logs to be read over a local socket.

* commit '611f3abf1c12a9f568114e46a21e70c74eaf6a60':
  Allow btsnoop logs to be read over a local socket.

10 years agoam eb4fa4a5: Merge "Changed the status check for BleObserve" into klp-wireless-dev
Wei Wang [Sat, 28 Jun 2014 05:07:09 +0000 (05:07 +0000)]
am eb4fa4a5: Merge "Changed the status check for BleObserve" into klp-wireless-dev

* commit 'eb4fa4a5049f85b32642c49c3f9d88f07413d525':
  Changed the status check for BleObserve

10 years agoam b8cb9576: Bluetooth: Assign max adv instance value from vendor capabilities
Nitin Arora [Sat, 28 Jun 2014 05:07:08 +0000 (05:07 +0000)]
am b8cb9576: Bluetooth: Assign max adv instance value from vendor capabilities

* commit 'b8cb95764ddfbed821ba03d3f24b53ac913f7cc3':
  Bluetooth: Assign max adv instance value from vendor capabilities

10 years agoam bf611504: Merge "Save remote device name immediately" into klp-wireless-dev
Matthew Xie [Sat, 28 Jun 2014 05:07:07 +0000 (05:07 +0000)]
am bf611504: Merge "Save remote device name immediately" into klp-wireless-dev

* commit 'bf611504d460adb10cc8c31f731504750104a1f3':
  Save remote device name immediately

10 years agoam 970f914b: Rename UNUSED to UNUSED_ATTR in OSI due to symbol collision.
Sharvil Nanavati [Sat, 28 Jun 2014 05:07:07 +0000 (05:07 +0000)]
am 970f914b: Rename UNUSED to UNUSED_ATTR in OSI due to symbol collision.

* commit '970f914bcf0344724337a1a86672e9a866945d6c':
  Rename UNUSED to UNUSED_ATTR in OSI due to symbol collision.

10 years agoam 9546abf9: (-s ours) Support for reading LE specific controller features
Ganesh Ganapathi Batta [Sat, 28 Jun 2014 05:07:07 +0000 (05:07 +0000)]
am 9546abf9: (-s ours) Support for reading LE specific controller features

* commit '9546abf9fc4400853803ee220482ae63e63f0d9d':
  Support for reading LE specific controller features

10 years agoam 83c5256f: (-s ours) Logging cleanup: HCI and BTM trace macros.
Sharvil Nanavati [Sat, 28 Jun 2014 05:01:52 +0000 (05:01 +0000)]
am 83c5256f: (-s ours) Logging cleanup: HCI and BTM trace macros.

* commit '83c5256f1951db020d81412e1d595d7a37962f3e':
  Logging cleanup: HCI and BTM trace macros.

10 years agoam f1d9b90f: Whitelist IPv6 packets so they can be sent over PAN.
Sharvil Nanavati [Sat, 28 Jun 2014 04:56:01 +0000 (04:56 +0000)]
am f1d9b90f: Whitelist IPv6 packets so they can be sent over PAN.

* commit 'f1d9b90f44336264a7dfee8708f208cd7b7fd541':
  Whitelist IPv6 packets so they can be sent over PAN.

10 years agoam 54645652: Use an event file descriptor instead of a pipe to control userial.
Sharvil Nanavati [Sat, 28 Jun 2014 04:56:01 +0000 (04:56 +0000)]
am 54645652: Use an event file descriptor instead of a pipe to control userial.

* commit '5464565299174b9d7ab4b2743ba77b3a78a5a043':
  Use an event file descriptor instead of a pipe to control userial.

10 years agoam fa52a07c: Use the generic config parser to parse bt_stack.conf.
Sharvil Nanavati [Sat, 28 Jun 2014 04:56:01 +0000 (04:56 +0000)]
am fa52a07c: Use the generic config parser to parse bt_stack.conf.

* commit 'fa52a07c97235f912ccf98985973ca539f9dce92':
  Use the generic config parser to parse bt_stack.conf.

10 years agoam f8867738: Add a generic config parser for the INI file format.
Sharvil Nanavati [Sat, 28 Jun 2014 04:56:00 +0000 (04:56 +0000)]
am f8867738: Add a generic config parser for the INI file format.

* commit 'f886773891f1cfe37f8824ed8e63230954e5c2d8':
  Add a generic config parser for the INI file format.

10 years agoam 02124878: (-s ours) Start cleaning up log macros.
Sharvil Nanavati [Sat, 28 Jun 2014 04:55:59 +0000 (04:55 +0000)]
am 02124878: (-s ours) Start cleaning up log macros.

* commit '0212487880be33e255d49f6e38dbb035d1f77750':
  Start cleaning up log macros.

10 years agoam 64d7ee67: Add a couple more tests for list.
Sharvil Nanavati [Sat, 28 Jun 2014 04:49:51 +0000 (04:49 +0000)]
am 64d7ee67: Add a couple more tests for list.

* commit '64d7ee67b118de5c8a7fe362ef27b48c525f57a8':
  Add a couple more tests for list.

10 years agoam c11b407e: (-s ours) Implement a fixed queue.
Sharvil Nanavati [Sat, 28 Jun 2014 04:49:50 +0000 (04:49 +0000)]
am c11b407e: (-s ours) Implement a fixed queue.

* commit 'c11b407e78d96e05b0991bbe6dfde0d7eb5349b5':
  Implement a fixed queue.

10 years agoam fa994c9b: (-s ours) Bluetooth: Changes to enable features on KWD
Nitin Arora [Sat, 28 Jun 2014 04:44:36 +0000 (04:44 +0000)]
am fa994c9b: (-s ours) Bluetooth: Changes to enable features on KWD

* commit 'fa994c9b7d63d381e33a5d63a7c97ae3edf4dc0f':
  Bluetooth: Changes to enable features on KWD

10 years agoam 44c6f8d6: (-s ours) [2/4] Add Support for AVRCP Controller Feature
Hemant Gupta [Sat, 28 Jun 2014 04:39:27 +0000 (04:39 +0000)]
am 44c6f8d6: (-s ours) [2/4] Add Support for AVRCP Controller Feature

* commit '44c6f8d6c7cb3929a5b49e5d0ef8c471798f552f':
  [2/4] Add Support for AVRCP Controller Feature

10 years agoLE: Add is_connected() function (2/3)
Andre Eisenbach [Wed, 18 Jun 2014 19:20:37 +0000 (12:20 -0700)]
LE: Add is_connected() function (2/3)

Change-Id: I73c4ea7f13982bf9c208996f9c749d2dfbe698be

10 years agoMerge "GAP: Handle invalid SDP service search request" into klp-wireless-dev
Matthew Xie [Sun, 29 Jun 2014 05:14:40 +0000 (05:14 +0000)]
Merge "GAP: Handle invalid SDP service search request" into klp-wireless-dev

10 years agoGAP: Handle invalid SDP service search request
Hemant Gupta [Thu, 23 Jan 2014 13:08:44 +0000 (18:38 +0530)]
GAP: Handle invalid SDP service search request

Handled the invalid SDP service search request by responding
with SDP_INVALID_REQ_SYNTAX.

Change-Id: Ide3e28bf552f75a915acc3dbb24fcee0b4cce9bb

10 years agoGAP: Handled collision scenerio with headset
Hemant Gupta [Mon, 17 Mar 2014 09:37:01 +0000 (15:07 +0530)]
GAP: Handled collision scenerio with headset

Handled collision scenerio by rejecting remote link key req
when collision occured in the headset reconnection

Change-Id: Ic6383abfc46ecd251ae483af85d8af3031c91cad

10 years agoMerge "GAP: Handled collision scenerio with headset" into klp-wireless-dev
Matthew Xie [Sun, 29 Jun 2014 05:14:00 +0000 (05:14 +0000)]
Merge "GAP: Handled collision scenerio with headset" into klp-wireless-dev

10 years agoLE: Add notification sent and congestion callbacks (2/4)
Andre Eisenbach [Fri, 28 Mar 2014 21:54:22 +0000 (14:54 -0700)]
LE: Add notification sent and congestion callbacks (2/4)

This change introduces two new callbacks for applications to better
handle LE notification flow control and transport congestion. The
notification callback is invoked when the remote platform confirms an
indication or when a local notification has been passed to the
controller. No new notifications should be sent until a callback is
received.

Congestion callbacks are triggered when a GATT operation cannot be sent
to the local Bluetooth controller. Repeatedly calling
writeCharacteristic() for example will eventually trigger a congestion
callback. Applications cannot send additional data until a further
callback is received, indicating that the congestion has cleared up.

Also fixes a memory leak issue that can trigger GKI exception for
certain GATT operations.

Change-Id: I7112bdfc1fedec2e390bd0ea52655d238683917f

10 years agoMerge "pan_control_state_changed arggument order is not right"
Matthew Xie [Sat, 28 Jun 2014 04:33:28 +0000 (04:33 +0000)]
Merge "pan_control_state_changed arggument order is not right"

10 years agopan_control_state_changed arggument order is not right
Matthew Xie [Sat, 28 Jun 2014 04:32:11 +0000 (21:32 -0700)]
pan_control_state_changed arggument order is not right

Change-Id: I2df8022c8bbba3d524572926785cc39530e7a04c

10 years agoam bf0e4b26: Fix build issue for devices without BLE features.
Wei Wang [Sat, 28 Jun 2014 04:30:15 +0000 (04:30 +0000)]
am bf0e4b26: Fix build issue for devices without BLE features.

* commit 'bf0e4b26d8f0748ff4f9522a2ac7001bfb9ca5cc':
  Fix build issue for devices without BLE features.

10 years agoam 0943c10e: (-s ours) LE: Add RRA offloading and vendor specific PCF commands
Satya Calloji [Sat, 28 Jun 2014 04:30:15 +0000 (04:30 +0000)]
am 0943c10e: (-s ours) LE: Add RRA offloading and vendor specific PCF commands

* commit '0943c10ed5713a08659f08e39e13de4894aaba61':
  LE: Add RRA offloading and vendor specific PCF commands

10 years agoam ffb3960b: (-s ours) LE Multi ADV feature
Satya Calloji [Sat, 28 Jun 2014 04:25:04 +0000 (04:25 +0000)]
am ffb3960b: (-s ours) LE Multi ADV feature

* commit 'ffb3960bb05f9acb0717d213612403487e9ad433':
  LE Multi ADV feature

10 years agoam bfa5cf78: (-s ours) Merge "[2/4] Bluetooth: Add support for HFP Client role."...
Mike Lockwood [Sat, 28 Jun 2014 04:19:51 +0000 (04:19 +0000)]
am bfa5cf78: (-s ours) Merge "[2/4] Bluetooth: Add support for HFP Client role." into klp-wireless-dev

* commit 'bfa5cf78dc26b971236190c6fb42353a8d30a649':
  [2/4] Bluetooth: Add support for HFP Client role.

10 years agoam 4a1a92a5: (-s ours) Merge "Submitted on behalf of 3rd party copied from external...
Mike Lockwood [Sat, 28 Jun 2014 04:12:21 +0000 (04:12 +0000)]
am 4a1a92a5: (-s ours) Merge "Submitted on behalf of 3rd party copied from external/bluetooth/bluedroid" into klp-wireless-dev

* commit '4a1a92a5f945ecbadc8a8c95ba18cca2c396c26a':
  Submitted on behalf of 3rd party copied from external/bluetooth/bluedroid

10 years agoam 714078d9: (-s ours) LE: Add API to set scan interval and window (2/4) Delete clien...
Prerepa Viswanadham [Sat, 28 Jun 2014 03:43:09 +0000 (03:43 +0000)]
am 714078d9: (-s ours) LE: Add API to set scan interval and window (2/4) Delete client_if from scan api\'s Change-Id: I66e0e17221601cd07ea77cf3d61ad9ce20a603a4

* commit '714078d91aa0ecbe29661aac869dc397d8884042':
  LE: Add API to set scan interval and window (2/4) Delete client_if from scan api's Change-Id: I66e0e17221601cd07ea77cf3d61ad9ce20a603a4

10 years agoam 2e06f006: Unable to pair and connect A2DP headset with DUT on KWD
Zhihai Xu [Sat, 28 Jun 2014 03:37:59 +0000 (03:37 +0000)]
am 2e06f006: Unable to pair and connect A2DP headset with DUT on KWD

* commit '2e06f006d2e403b43f3b10016b14d5591807e67b':
  Unable to pair and connect A2DP headset with DUT on KWD

10 years agoam c4e0e049: (-s ours) Clean up the public functions in userial.c.
Sharvil Nanavati [Sat, 28 Jun 2014 03:37:59 +0000 (03:37 +0000)]
am c4e0e049: (-s ours) Clean up the public functions in userial.c.

* commit 'c4e0e049e27622f01e93a4ac6beaec60d72d2364':
  Clean up the public functions in userial.c.

10 years agoam 740def52: (-s ours) Eliminate dead code (helped by compiler warnings).
Sharvil Nanavati [Sat, 28 Jun 2014 03:32:50 +0000 (03:32 +0000)]
am 740def52: (-s ours) Eliminate dead code (helped by compiler warnings).

* commit '740def526e757f5ea8f30d9d28d1e7a668dadc42':
  Eliminate dead code (helped by compiler warnings).

10 years agoam 10266fda: Fix data type for rmt_auth_req; it stores an integral value.
Sharvil Nanavati [Sat, 28 Jun 2014 03:27:41 +0000 (03:27 +0000)]
am 10266fda: Fix data type for rmt_auth_req; it stores an integral value.

* commit '10266fdad65bb8e378d2fa49de8e1368a91d7270':
  Fix data type for rmt_auth_req; it stores an integral value.

10 years agoam 1671598d: (-s ours) Minor cleanup of userial code.
Sharvil Nanavati [Sat, 28 Jun 2014 03:27:40 +0000 (03:27 +0000)]
am 1671598d: (-s ours) Minor cleanup of userial code.

* commit '1671598d31090ad045f2ca982fbb0a7d486521f3':
  Minor cleanup of userial code.

10 years agoam d9e5b349: (-s ours) Update RFCOMM socket code to use list data structure.
Sharvil Nanavati [Sat, 28 Jun 2014 03:22:31 +0000 (03:22 +0000)]
am d9e5b349: (-s ours) Update RFCOMM socket code to use list data structure.

* commit 'd9e5b3490bf41f912823af920cc616e57e0fec28':
  Update RFCOMM socket code to use list data structure.

10 years agoam 3542d5a9: (-s ours) Update btif_profile_queue to use the list data structure.
Sharvil Nanavati [Sat, 28 Jun 2014 03:17:22 +0000 (03:17 +0000)]
am 3542d5a9: (-s ours) Update btif_profile_queue to use the list data structure.

* commit '3542d5a93129b6a8026501f87877017173530ae0':
  Update btif_profile_queue to use the list data structure.

10 years agoam cef7695c: (-s ours) Add a singly linked list implementation for OSI.
Sharvil Nanavati [Sat, 28 Jun 2014 03:12:14 +0000 (03:12 +0000)]
am cef7695c: (-s ours) Add a singly linked list implementation for OSI.

* commit 'cef7695cb3c0e1a5d462deac6508ade2726918cf':
  Add a singly linked list implementation for OSI.

10 years agoam 7e4c60ce: Bluetooth: On Suspend ignore media task timer event
Hemant Gupta [Sat, 28 Jun 2014 03:07:04 +0000 (03:07 +0000)]
am 7e4c60ce: Bluetooth: On Suspend ignore media task timer event

* commit '7e4c60ce7757d935901f53d1f21ecc696aa89979':
  Bluetooth: On Suspend ignore media task timer event

10 years agoam 0ab408fe: HID: Send Close event to upper layers during reconnection
Hemant Gupta [Sat, 28 Jun 2014 03:07:03 +0000 (03:07 +0000)]
am 0ab408fe: HID: Send Close event to upper layers during reconnection

* commit '0ab408fe6f6cb698ba1fcd8492d117c0d3574c7d':
  HID: Send Close event to upper layers during reconnection

10 years agoam ca7f48cd: GAP: Return BTM_CMD_STARTED from btm_sec_l2cap_access_req
Hemant Gupta [Sat, 28 Jun 2014 03:07:03 +0000 (03:07 +0000)]
am ca7f48cd: GAP: Return BTM_CMD_STARTED from btm_sec_l2cap_access_req

* commit 'ca7f48cd6e94d29150d7d7a2d7918f9b50b99b7e':
  GAP: Return BTM_CMD_STARTED from btm_sec_l2cap_access_req

10 years agoam 4974d81a: MHF: Route call to correct HS in multi call scenario.
Hemant Gupta [Sat, 28 Jun 2014 03:07:02 +0000 (03:07 +0000)]
am 4974d81a: MHF: Route call to correct HS in multi call scenario.

* commit '4974d81a88dd7ffa1951242dfc830d329f3cf378':
  MHF: Route call to correct HS in multi call scenario.

10 years agoam d8e742ff: Merge "fix random crashes in bd2str caused by exceeding string array...
Matthew Xie [Sat, 28 Jun 2014 03:07:02 +0000 (03:07 +0000)]
am d8e742ff: Merge "fix random crashes in bd2str caused by exceeding string array" into klp-wireless-dev

* commit 'd8e742ff26096ed599623285047aca39b9e7a87a':
  fix random crashes in bd2str caused by exceeding string array

10 years agoam a217ab9a: Resolve Pairing failure with IPhone
Ganesh Ganapathi Batta [Sat, 28 Jun 2014 03:07:01 +0000 (03:07 +0000)]
am a217ab9a: Resolve Pairing failure with IPhone

* commit 'a217ab9a0294a8285641b141efccf7d54b437a33':
  Resolve Pairing failure with IPhone