Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #296

Open
wants to merge 121 commits into
base: master
Choose a base branch
from
Open

Master #296

wants to merge 121 commits into from

Conversation

htapia
Copy link

@htapia htapia commented Oct 22, 2015

No description provided.

filinep and others added 30 commits April 21, 2014 19:50
Since it's supposed to be public, why not bind on all interfaces?  I'm having a problem connecting to a server that is getting an ipv6 address, but my tools can't reach it.  Since there is no configuration to this on the server side, just bind to all interfaces and let the user figure out which ips the device has.
- to make apk: ./gradlew assembleDebug
- not tested.
- to make apk: ./gradlew assembleDebug
- not tested.
- to make apk: ./gradlew assembleDebug (or assembleRelease)
- not tested.
- this method will work in GB or earlier.
- PIC binary is work too.
- interpreters must be compiled with::

    CFLAGS += -fvisibility=default -fPIE
    LDFLAGS += -rdynamic -fPIE -pie
From 75dc79a06c15dae01b07f09cfda374c828b45b4b Mon Sep 17 00:00:00 2001
From: Joseph Pirozzo <pirozzoj@google.com>
Date: Thu, 18 Aug 2016 14:01:39 -0700
Subject: [PATCH] MAP MCE SL4A

Add testing code to SL4A to enable testing of Message Access Profile
 client side code via a facade.

Bug: 30467210
Change-Id: I8180529266cd64826cf59f91f77d6e6d5a3dad81
(cherry picked from commit 41e625b5cb7cc955b903a5da67d05e7d67bb2488)
From 9a632371bf1ace747eb6fde291eb0f8a0c28c215 Mon Sep 17 00:00:00 2001
From: Ram Periathiruvadi <ramperry@google.com>
Date: Thu, 22 Sep 2016 21:49:10 -0700
Subject: [PATCH] Adding more test coverage for Bluetooth Media (Avrcp/A2dp).

Adding infra to support tests like
1. Verify Metadata on both ends match on various playback commands
2. Disconnect in the middle of audio playing via bluetooth
3. Connect when the source is in the middle of playing
4. Look at the Active Media Sessions

Bug: b/29100401
Test: Tested on Mojave bat_car and Angler
Change-Id: I9a60c1f57d190fd5c336d2de862988e6b3d5f42e
(cherry picked from commit f0b675b6d55296c07e28bdc681a9300eb208684d)
From 42ef337b1976d1cbd7b71d531d8cc4365df29471 Mon Sep 17 00:00:00 2001
From: tturney <tturney@google.com>
Date: Fri, 4 Nov 2016 16:00:58 -0700
Subject: [PATCH] Cleanup print statements and bypass MAP prompt

Test: BtCarMapMceTest
Change-Id: Ie488d94579ce960fdb44143af0c5181419a287dd
From f0a094f3709187319222e64d8434f168ad8ffac9 Mon Sep 17 00:00:00 2001
From: Jack He <siyuanh@google.com>
Date: Tue, 1 Nov 2016 18:12:29 -0700
Subject: [PATCH] Allow BluetoothPairingHelper to wait for passkey confirmation

BluetoothPairingHelper used to blindly confirm pairing passkey. This
change adds an optional flag that allows it to wait for passkey
confirmation from the test computer.

Test: manual
Bug: 31381715
Change-Id: I98489201b511dc42926cc8d789316665ee25748f
From fc6e4af002e75301e13ddf524c0317e3a52be858 Mon Sep 17 00:00:00 2001
From: tturney <tturney@google.com>
Date: Mon, 14 Nov 2016 16:54:56 -0800
Subject: [PATCH] Add SL4A api to monitor Bluetooth state changes

Test: manual - execution of automation
Change-Id: I42774ff8da76226e954ccba26d116b1402590a2c
From 64411e619873b4a96baf5758f27e81dd21ce3082 Mon Sep 17 00:00:00 2001
From: tturney <tturney@google.com>
Date: Fri, 6 Jan 2017 16:18:51 -0800
Subject: [PATCH] Make GattClientFacade java-code compliant

Bug: 34132039
Test: Build code
Change-Id: I2ee22a1b6f1a5ebe8a4248bbe053cd81637c6d8b
From b9e8c5b48b55a19e1e0ca2231a99afd570d0e441 Mon Sep 17 00:00:00 2001
From: tturney <tturney@google.com>
Date: Tue, 10 Jan 2017 15:47:19 -0800
Subject: [PATCH] Make GattServerFacade java-code compliant

Bug: 34131467
Test: Build code
Change-Id: Ia42905b64a95456d63dffdc67738b6e343397eff
From f8d95d380b318208815ac6b94ca4d6593a6648ae Mon Sep 17 00:00:00 2001
From: tturney <tturney@google.com>
Date: Tue, 10 Jan 2017 16:02:41 -0800
Subject: [PATCH] Make BluetoothA2dpFacade java-code compliant

Bug: 34132608
Test: Build code
Change-Id: Id3812d130783e02bd9df524efb0dcccb89996efb
From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
From: Xin Li <delphij@google.com>
Date: Tue, 9 Feb 2016 11:04:53 -0800
Subject: [PATCH] Move sl4a to its own project.
- change copylight year
- append license statement to files which miss it.
- remove trailing spaces.

From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
From: Xin Li <delphij@google.com>
Date: Tue, 9 Feb 2016 11:04:53 -0800
Subject: [PATCH] Move sl4a to its own project.
- some modification, but build succeed.
- append license statement to files which miss it.
- remove trailing spaces.

From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
From: Xin Li <delphij@google.com>
Date: Tue, 9 Feb 2016 11:04:53 -0800
Subject: [PATCH] Move sl4a to its own project.
- narrow column flag removed.
- replace tabs to spaces.

From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
From: Xin Li <delphij@google.com>
Date: Tue, 9 Feb 2016 11:04:53 -0800
Subject: [PATCH] Move sl4a to its own project.
- remain backward API:

  - FILL_PARENT.
  - setBackgroundDrawable

- remove analytics comments.
- remove trailing spaces.
- change indent 2 to 4.

From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
From: Xin Li <delphij@google.com>
Date: Tue, 9 Feb 2016 11:04:53 -0800
Subject: [PATCH] Move sl4a to its own project.
- missing import.
- overriding problem.
- some functions called by generics:

    connect/disconnect, get/setPriority.

- commented Undefined classes.
handle exceptions at scan barcode.

From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
From: Xin Li <delphij@google.com>
Date: Tue, 9 Feb 2016 11:04:53 -0800
Subject: [PATCH] Move sl4a to its own project.
From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
From: Xin Li <delphij@google.com>
Date: Tue, 9 Feb 2016 11:04:53 -0800
Subject: [PATCH] Move sl4a to its own project.
- setLatestEventInfo deprecated in SDK 23,
  but we still need API 9. so it remain in source.

From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
From: Xin Li <delphij@google.com>
Date: Tue, 9 Feb 2016 11:04:53 -0800
Subject: [PATCH] Move sl4a to its own project.
- change parameter from bytearray to string.
- fix indent and wrap.
- remain gattClientClose and connectGatt transport parameter.
but many functions were included this time.

From 9f32db87b486c93a0ea71eb1781ee45676b8bf8b Mon Sep 17 00:00:00 2001
From: Xin Li <delphij@google.com>
Date: Tue, 9 Feb 2016 11:04:53 -0800
Subject: [PATCH] Move sl4a to its own project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants