• Home
  • History
  • Annotate
  • only in /external/bluetooth/bluedroid/test/
History log of /external/bluetooth/bluedroid/test/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
84a3b261821b31ed33c21fe1ed4da918a33901d6 01-Aug-2014 Thierry Strudel <thierry.strudel@intel.com> update test to build and run with latest BT HAL

Change-Id: I497ac4649081a3244549e067fe6d5181ee2f7b2a
Signed-off-by: Thierry Strudel <thierry.strudel@intel.com>
luedroidtest/bluedroidtest.c
e5ba8841cd39e17c05aeb4ab65b5b761d41577da 04-Jul-2014 Satya Calloji <satyac@broadcom.com> LE energy info feature

Stack and BT-IF changes for LE energy feature

Change-Id: I671e63aaead210c6352b45a5e20ad5e4bbbb77b7
uite/support/callbacks.c
e88544a9c6935088453528ae4bfe7ebdc9492b73 28-Jun-2014 Sharvil Nanavati <sharvil@google.com> am 138ca8b8: Make unit tests pass again after OS callout change.

* commit '138ca8b8b121c17ff3ee9a7c10d76246a5c7325b':
Make unit tests pass again after OS callout change.
28def5731130541d394fafec631462627052c5dc 28-Jun-2014 Matthew Xie <mattx@google.com> pan_control_state_changed arggument order is not right

Change-Id: I2df8022c8bbba3d524572926785cc39530e7a04c
uite/support/callbacks.c
c07d815a54d5d3743e64de4caad34376043bbd98 28-Jun-2014 Sharvil Nanavati <sharvil@google.com> am b6a91283: Temporarily fix test suite to swap arguments until code from AOSP is merged in.

* commit 'b6a912833c68aec96222c1db65880b23be88aa44':
Temporarily fix test suite to swap arguments until code from AOSP is merged in.
138ca8b8b121c17ff3ee9a7c10d76246a5c7325b 07-Jun-2014 Sharvil Nanavati <sharvil@google.com> Make unit tests pass again after OS callout change.

Change-Id: Icc7846faef581855c5fe3d12244d4a754badd9b7
uite/support/hal.c
ccb576a5fc1bd4705b0798f7b5a8ef516db61627 19-Jun-2014 Sharvil Nanavati <sharvil@google.com> resolved conflicts for merge of 795bcebc to master

Change-Id: I150d30e1fa69a00b6b264a8478b50de2fd7597e9
6a7345804c51f820715d5d904c53837fc4805f46 08-May-2014 Ying Wang <wangying@google.com> am bb170e66: am 643e0310: am 556cc857: Merge "Remove unused LOCAL_LDLIBS."

* commit 'bb170e660e50a0183263a4991bd84a2357f45134':
Remove unused LOCAL_LDLIBS.
515bd5b1996fdf146d543b7fe37de7ad08bdc102 08-May-2014 Ying Wang <wangying@google.com> Remove unused LOCAL_LDLIBS.

Change-Id: Ic5b17ad79d5796692c063714ea82f879c52b9857
luedroidtest/Android.mk
c2aeb2cee2898feb705506af2bf00f779ae812e7 07-May-2014 Narayan Kamath <narayan@google.com> Fix-build : Do not build bluedroid for 64 bit targets.

This code is not 64 bit safe. In particular, it attempts
to cast pointer types to UINT32 in several places. For now,
build it as a 32 bit library. A 64 bit variant will not be
needed if libbluetooth_jni is also build for 32 bit only.

Change-Id: Ic5f86bd2823083cacf21a852d1c13b4796a7e125
luedroidtest/Android.mk
uite/Android.mk
f92dbf6d181c538c05a045cffcd274b07ab6e272 07-May-2014 Matthew Xie <mattx@google.com> fix incorrect function declaration of pan_control_state_changed

Change-Id: If4b857544917a13647959793fca32c5e5c59a05a
uite/support/callbacks.c
ec6db670fcfd6cd59dd30623758d9fa675a5763c 04-May-2014 Sharvil Nanavati <sharvil@google.com> Temporarily fix test suite to swap arguments until code from AOSP is merged in.

Change-Id: I5d8e56f7581df9bcefc8c46518835cac588f47df
uite/support/callbacks.c
uite/support/pan.c
3cf59ef3b216adffbe7e49297e6e3e8c56c4e9a0 10-Apr-2014 Sharvil Nanavati <sharvil@google.com> Initial import of HAL-layer tests for bluedroid.

The test cases are in cases/, the support infrastructure for the
tests are in support/. Initially, as new test cases are being added
for different functional areas (e.g. BT socket) we'll need to also
write support functions to make those tests easier to write.
Over time, however, the support functions will be complete enough
that writing additional tests won't require also writing support
routines.

Change-Id: I54abb1011ca5132834a334cc256e3ff18cc20cbb
uite/Android.mk
uite/base.h
uite/cases/adapter.c
uite/cases/cases.c
uite/cases/cases.h
uite/cases/pan.c
uite/main.c
uite/support/adapter.c
uite/support/adapter.h
uite/support/callbacks.c
uite/support/callbacks.h
uite/support/hal.c
uite/support/hal.h
uite/support/pan.c
uite/support/pan.h
uite/support/property.c
uite/support/property.h
31fafe5d31a6dc88013fb7f02f6ef203426ce6c3 18-Apr-2014 Sharvil Nanavati <sharvil@google.com> Eliminate warnings, add -Wall and -Werror to all projects.

This change enables all warnings and treats warnings as errors. As
a result, nobody should be able to submit new code to bluedroid
that contains compiler warnings. Instead, they should fix the warnings
before submitting.

This change has already caught a type mismatch bug in
stack/avrc/avrc_api.c where an integer was being stored in a boolean.

Change-Id: Ic41960754b39a1a6aa37f1c1095003195f466183
luedroidtest/bluedroidtest.c
5b6b25d804074ddec8228fd374296c47986fea65 05-Apr-2014 Sharvil Nanavati <sharvil@google.com> Compile using C99.

Change-Id: Ifda03e0b3ee3a915bf7ce5a5dce27e5e215dcce2

Conflicts:
bta/Android.mk
gki/Android.mk
main/Android.mk
stack/Android.mk
test/bluedroidtest/Android.mk
luedroidtest/Android.mk
b6a912833c68aec96222c1db65880b23be88aa44 04-May-2014 Sharvil Nanavati <sharvil@google.com> Temporarily fix test suite to swap arguments until code from AOSP is merged in.

Change-Id: I5d8e56f7581df9bcefc8c46518835cac588f47df
uite/support/callbacks.c
uite/support/pan.c
2a73b6deaaf2c12dec215ddeab1e0223c9f28446 10-Apr-2014 Sharvil Nanavati <sharvil@google.com> Initial import of HAL-layer tests for bluedroid.

The test cases are in cases/, the support infrastructure for the
tests are in support/. Initially, as new test cases are being added
for different functional areas (e.g. BT socket) we'll need to also
write support functions to make those tests easier to write.
Over time, however, the support functions will be complete enough
that writing additional tests won't require also writing support
routines.

Change-Id: I54abb1011ca5132834a334cc256e3ff18cc20cbb
uite/Android.mk
uite/base.h
uite/cases/adapter.c
uite/cases/cases.c
uite/cases/cases.h
uite/cases/pan.c
uite/main.c
uite/support/adapter.c
uite/support/adapter.h
uite/support/callbacks.c
uite/support/callbacks.h
uite/support/hal.c
uite/support/hal.h
uite/support/pan.c
uite/support/pan.h
uite/support/property.c
uite/support/property.h
6dae552ef8d82b30fa66efab9c6f75644a805bbe 18-Apr-2014 Sharvil Nanavati <sharvil@google.com> Eliminate warnings, add -Wall and -Werror to all projects.

This change enables all warnings and treats warnings as errors. As
a result, nobody should be able to submit new code to bluedroid
that contains compiler warnings. Instead, they should fix the warnings
before submitting.

This change has already caught a type mismatch bug in
stack/avrc/avrc_api.c where an integer was being stored in a boolean.

Change-Id: Ic41960754b39a1a6aa37f1c1095003195f466183
luedroidtest/bluedroidtest.c
795bcebcbc6dd20268e3089175d4122301f35edd 05-Apr-2014 Sharvil Nanavati <sharvil@google.com> Compile using C99.

Change-Id: Ifda03e0b3ee3a915bf7ce5a5dce27e5e215dcce2

Conflicts:
bta/Android.mk
gki/Android.mk
main/Android.mk
stack/Android.mk
test/bluedroidtest/Android.mk
luedroidtest/Android.mk
f16a56021d2d8416d8aa2f6ef5cfd98bb4ac1e17 27-Feb-2014 Elliott Hughes <enh@google.com> TARGET_SIMULATOR is long dead.

Change-Id: I6ba4a55c865370f12ae30f445661b54bbc714f8a
ndroid.mk
22c6e505dc65ab3d624e4ccd7c48c95fe2128703 12-Feb-2014 Kévin PETIT <kevin.petit@arm.com> Various fixes for LP64

Changes include
- Cast numbers to their proper length before casting to a pointer.
- Use intptr_t when pointers are stored as integers.
- Eliminate 'implicit declaration' warnings

Signed-off-by: Matthew Leach <matthew.leach@arm.com>
Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
Signed-off-by: Marcus Oakland <marcus.oakland@arm.com>
Signed-off-by: Kévin PETIT <kevin.petit@arm.com>

Change-Id: I5664a087c5fbc322baa9178552404dbe9a992359
luedroidtest/Android.mk
luedroidtest/bluedroidtest.c
fc4b2f1953dbe60464d0f5ef7daaa10001fbc62f 07-May-2013 Matthew Xie <mattx@google.com> Solve compilation problem when BLE/GATT/SMP features are false

bug 8664724
Change-Id: I582846ccf4b8995f298d8db533488fceb7993ae3
luedroidtest/bluedroidtest.c
647ef396a11ee984f800972dd5fdce8615415d2d 01-Mar-2013 Nick Kralevich <nnk@google.com> am 93a2edbf: am 6c1b8172: Merge "bluedroid: use correct header file."

* commit '93a2edbfe42df2dbeb436e0a2a5278367f6d5381':
bluedroid: use correct header file.
034f08687a46f26c72a0cac8a14314ce446d17e3 28-Feb-2013 Nick Kralevich <nnk@google.com> bluedroid: use correct header file.

Change-Id: Ia536e42e24fcc0491a16b160cd5b00189024e0f0
luedroidtest/bluedroidtest.c
ead3cde4bac0c3e32cd31f149093f004eef8ceeb 06-Feb-2013 Ganesh Ganapathi Batta <ganeshg@broadcom.com> Initial version of BLE support for Bluedroid

Change-Id: I9825a5cef9be2559c34c2a529b211b7d471147cf
luedroidtest/README.txt
luedroidtest/bluedroidtest.c
5738f83aeb59361a0a2eda2460113f6dc9194271 13-Dec-2012 The Android Open Source Project <initial-contribution@android.com> Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf

Change-Id: Ia2de32ccb97a9641462c72363b0a8c4288f4f36d
ndroid.mk
luedroidtest/Android.mk
luedroidtest/README.txt
luedroidtest/bluedroidtest.c