Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
bt
/
8347f1ab4a76a32f111b627d23703f71187761e9
/
vendor_libs
« Previous
7d26761
test_vendor: Move SDU checks to L2capSdu
by jruthe
· 7 years ago
7552c35
test_vendor: Add L2cap and L2capSdu assemble tests
by johnshamoon
· 7 years ago
16995c3
test_vendor: L2cap Assemble additional error check
by jruthe
· 7 years ago
d930fac
test_vendor: Rename L2cap class to L2capPacket
by jruthe
· 7 years ago
96ad845
test_vendor: Implement packet assembly for SDUs
by jruthe
· 7 years ago
b707f44
Make RawAddress into a class (1/3)
by Jakub Pawlowski
· 7 years ago
10589c7
Generic Bluetooth HAL for standard Linux hci interface
by Satish Patel
· 7 years ago
10b43d2
test_vendor: Remove unused libbt-vendor files
by Myles Watson
· 8 years ago
17f449d
Linux build fix
by Jakub Pawlowski
· 8 years ago
e59cbd2
Finish conversion to Android.bp
by Myles Watson
· 8 years ago
73ad031
test: Add a simulated Bluetooth HAL implementation
by Myles Watson
· 8 years ago
77c6bc5
test-vendor-lib: Enable building for 64 bits
by Jorge E. Moreira
· 8 years ago
f4c5ec8
Add liblog dependency to libbt-vendor.
by Alex Deymo
· 8 years ago
01ce9e4
test_vendor: Stop watching before closing the FD
by Myles Watson
· 8 years ago
8cd930c
test_vendor: Replace __FUNCTION__ with __func__
by Myles Watson
· 8 years ago
3eadf27
Don't build vendor lib on Linux
by Bluetooth Build Test
· 8 years ago
21b6e60
test_vendor: Return success for no-ops
by Myles Watson
· 8 years ago
e36d707
test_vendor: Test fixes for AsyncManager
by Myles Watson
· 8 years ago
a72fc53
test_vendor: Remove extra byte in LE Features
by Myles Watson
· 8 years ago
f563ba4
test_vendor: Make tryStartThread return 0 on success
by Jorge E. Moreira
· 8 years ago
e2eeff4
Convert build system to soong using Android.bp
by Jack He
· 8 years ago
15915b1
test_vendor: Use pipe2 to set pipe flags
by Myles Watson
· 8 years ago
e1fbea9
Merge "Replace assert with CHECK from base/logging.h"
by Treehugger Robot
· 8 years ago
bed69b9
test_vendor: Add more unit tests for async_manager
by Myles Watson
· 8 years ago
f2af1c4
Replace assert with CHECK from base/logging.h
by Jack He
· 8 years ago
8b89358
test-vendor: Fixed a race condition on the destructor of AsyncManager.
by Jorge E. Moreira
· 8 years ago
911d1ae
Apply clang-format to the rest of the tree
by Myles Watson
· 8 years ago
029a43b
Various small fixes for Linux build
by Jakub Pawlowski
· 8 years ago
b2a292b
Renamed most C files to C++: *.c to *.cc
by Pavlin Radoslavov
· 8 years ago
015834d
vendor_lib: Apply clang-format with the new config
by Myles Watson
· 8 years ago
3c4f59f
test_vendor: Refactor scheduling of dual_mode_controller event handling
by Jorge E. Moreira
· 8 years ago
ff9d334
Fix warnings of implicit function declaration in Linux vendor lib
by Patrick Tsai
· 9 years ago
b2797fc
Support TARGET_TRANSLATE_2ND_ARCH case
by Victor Khimenko
· 8 years ago
6d83590
test_vendor: Use kInvalidTaskId in the controller
by Jorge E. Moreira
· 8 years ago
354a9bf
test_vendor: Remove unnecessary const from params
by Myles Watson
· 8 years ago
f6c30e1
Merge "test_vendor: White space fix in vendor manager"
by Treehugger Robot
· 8 years ago
85dba1c
Merge "test_vendor: Silence packet_stream.cc"
by Treehugger Robot
· 8 years ago
5249817
test_vendor: White space fix in vendor manager
by Myles Watson
· 8 years ago
d4ff4bb
test_vendor: Silence packet_stream.cc
by Myles Watson
· 8 years ago
9cd5cd2
test_vendor: Move checks for vendor_manager_
by Jorge E. Moreira
· 8 years ago
b7d64b2
test_vendor: Remove using directives from headers
by Myles Watson
· 8 years ago
3be0c20
test_vendor: Use BtAddress instead of vectors
by Myles Watson
· 8 years ago
265316f
test_vendor: Remove unused extern statements
by Myles Watson
· 8 years ago
caa53d0
test_vendor: Refactor controller timing
by Myles Watson
· 8 years ago
e3ab96a
test_vendor: Refactor test channel
by Myles Watson
· 8 years ago
b3a80b6
test_vendor: Add BtAddress unit tests
by Myles Watson
· 8 years ago
6f8593e
test_vendor: Add a BtAddress class
by Myles Watson
· 8 years ago
5f7514d
Update linux BUILD.gn files
by Jakub Pawlowski
· 8 years ago
8f98132
test_vendor: Build independently from the stack
by Myles Watson
· 8 years ago
98dcd0b
test_vendor: Fix style for UNUSED_ATTR, whitespace
by Myles Watson
· 8 years ago
7aaf7c6
A2DP-related naming refactoring and cleanup
by Pavlin Radoslavov
· 8 years ago
a11e1c1
test_vendor: Allow includes from bt_hci_defs
by Myles Watson
· 8 years ago
d4f80ae
Add a socket unit test for the async_manager
by Myles Watson
· 8 years ago
b2bbe93
Added cancelling for fd watching on async manager
by Jorge E. Moreira
· 8 years ago
1098670
Revert "Added unit test for async_manager with sockets"
by Myles Watson
· 8 years ago
1387d43
Added unit test for async_manager with sockets
by Jorge E. Moreira
· 8 years ago
5dc0d15
Fix clang-tidy warnings in bt.
by Chih-Hung Hsieh
· 8 years ago
7225e49
Fix incorrect fd used for select() call in vendor lib async_manager
by Jorge E. Moreira
· 8 years ago
0b32c8d
Refactor vendor library to use async manager class
by Jorge E. Moreira
· 8 years ago
08c2141
Added the async manager
by Jorge E. Moreira
· 8 years ago
65ee728
Added missing #include directives
by Jorge E. Moreira
· 8 years ago
97980c2
Replace calls to std::bind by lambda expressions
by Jorge E. Moreira
· 8 years ago
83cf95e
No longer uses the macro DISALLOW_COPY_AND_ASSIGN
by Jorge E. Moreira
· 8 years ago
ea3ede2
Using include paths relative to vendor library dir
by Jorge E. Moreira
· 8 years ago
03c2c7c
Implements some additional commands
by Greg Hartman
· 8 years ago
6bfe283
Allow the Bluetooth test library to be used as a vendor library
by Greg Hartman
· 8 years ago
3398730
Fix google-explicit-constructor warnings in system/bt.
by Chih-Hung Hsieh
· 8 years ago
99195bc
test_vendor_lib: refactor packet constructors
by Myles Watson
· 8 years ago
cb3c6f3
Merge "bt: Update libchrome APIs to r395517"
by Luis Hector Chavez
· 8 years ago
63b0519
Fix misc-macro-parentheses warnings
by Chih-Hung Hsieh
· 8 years ago
0fb335f
bt: Update libchrome APIs to r395517
by Luis Hector Chavez
· 8 years ago
f9b477f
test_vendor_lib: Add initial support for BLE
by Myles Watson
· 8 years ago
e49120d
test_vendor_lib: run clang-format with brillo opts
by Myles Watson
· 8 years ago
a5c0f15
Add a missing OSI_NO_INTR() wrapper around socket read()
by Pavlin Radoslavov
· 8 years ago
c1e60c6
Add missing include for OSI_NO_INTR
by Stefan Stanacar
· 8 years ago
d6121a3
Restart failed system calls interrupted with errno of EINTR
by Pavlin Radoslavov
· 8 years ago
c376302
Fix 64-bit build break.
by Dan Albert
· 9 years ago
aabb300
Enable test_vendor_lib compilation on Linux
by Bluetooth Build Test
· 9 years ago
6f2ae30
vendor_libs: create Android.mk
by Cristian Iorga
· 9 years ago
1c64d03
vendor_libs: test_vendor_lib: fix build
by Cristian Iorga
· 9 years ago
8d79346
Fix Linux libbt-vendor build
by Cristian Iorga
· 9 years ago
2c3ce4a
vendor_libs: linux: Fix build
by Cristian Iorga
· 9 years ago
a3196a9
Linux vendor driver linkage fixes
by Jakub Pawlowski
· 9 years ago
3eb4a48
Move properties get/set code to osi
by Jakub Pawlowski
· 9 years ago
d7a05a0
Update build files for Fluoride on Linux
by Jakub Pawlowski
· 9 years ago
1377f93
Cleanup C and C++ compiler flags
by Pavlin Radoslavov
· 9 years ago
3257968
Bluetooth: Remove std=c++11
by Andreas Gampe
· 9 years ago
f0a6988
Rename libchrome-host to libchrome.
by Alex Deymo
· 9 years ago
c196f21
GKI cleanup - Moved GKI_get_os_tick_count() to OSI
by Pavlin Radoslavov
· 9 years ago
6f5f054
test_vendor_lib: Clean up controller documentation and address style issues
by Dennis Cheng
· 9 years ago
2e00ba9
test_vendor_lib: Add tests
by Dennis Cheng
· 9 years ago
7a87e71
test_vendor_lib: Add working post delayed task
by Dennis Cheng
· 9 years ago
bf7db31
test_vendor_lib: Read controller properties from file.
by Dennis Cheng
· 9 years ago
9cd603f
test_vendor_lib: Remove handlers
by Dennis Cheng
· 9 years ago
f154833
test_vnd_lib: Discover devices
by Dennis Cheng
· 9 years ago
8bb61fe
test_vendor_lib: Add test channel command transport and handler
by Dennis Cheng
· 9 years ago
2d96c88
test_vendor_lib: Add test channel for run-time input
by Dennis Cheng
· 9 years ago
2fc0eba
test_vendor_lib: Implement event loop with libbase
by Dennis Cheng
· 9 years ago
b2d45eb
test_vendor_lib: Use base::Thread
by Dennis Cheng
· 9 years ago
a7077ee
test_vendor_lib: Use libbase's CHECK/DCHECK
by Dennis Cheng
· 9 years ago
Next »