Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
bt
/
e56fabca98f7c66a80adb2013b904c2daaacc259
/
btcore
/
src
e56fabc
hw/bluetooth.default.so -> libbluetooth.so (1/2)
by Jakub Pawlowski
· 7 years ago
5fceead
Remove hw_module_t dependency in Bluetooth - cleanup
by Jakub Pawlowski
· 7 years ago
2d262d5
Remove hw_module_t dependency in Bluetooth (1/3)
by Jakub Pawlowski
· 7 years ago
1611b05
Fix net_test_bluetooth
by Jack He
· 7 years ago
4449dac
Fix net_test_bluetooth
by Jakub Pawlowski
· 7 years ago
819e2ec
Use one type for UUID (1/5)
by Jakub Pawlowski
· 7 years ago
8c273b3
Get rid of libhardware dependency in native daemon
by Jakub Pawlowski
· 7 years ago
c5c668a
Use strlcpy() instead of strncpy() to copy string property
by Pavlin Radoslavov
· 7 years ago
2a87466
Store a name string in property without violating string boundaries
by Pavlin Radoslavov
· 8 years ago
b707f44
Make RawAddress into a class (1/3)
by Jakub Pawlowski
· 7 years ago
a484a88
Rename bt_bdaddr_t into RawAddress (3/3)
by Jakub Pawlowski
· 7 years ago
6da40f9
Get rid of no longer necessary bt_bdaddr_t helpers
by Jakub Pawlowski
· 7 years ago
5dd1e2d
Remove logspam when initializing logging for Bluetooth
by Ajay Panicker
· 7 years ago
f2af1c4
Replace assert with CHECK from base/logging.h
by Jack He
· 8 years ago
21da637
Replace pthread_mutex with std::mutex
by Marie Janssen
· 8 years ago
911d1ae
Apply clang-format to the rest of the tree
by Myles Watson
· 8 years ago
9ca0709
Reformat long comments before clang-format
by Myles Watson
· 8 years ago
7680a0b
Always use big endian for keeping service UUID
by Jakub Pawlowski
· 8 years ago
dbf75f1
Revert "Replace pthread_mutex with std::mutex"
by Pavlin Radoslavov
· 8 years ago
4b80182
Replace pthread_mutex with std::mutex
by Marie Janssen
· 8 years ago
4d237f2
Linux build fix
by Jakub Pawlowski
· 8 years ago
b2a292b
Renamed most C files to C++: *.c to *.cc
by Pavlin Radoslavov
· 8 years ago
80d7f60
Replace all uses of sprintf() with snprint()
by George Burgess IV
· 9 years ago
a641b6f
GATT Server refactoring (4/4)
by Jakub Pawlowski
· 9 years ago
63b0519
Fix misc-macro-parentheses warnings
by Chih-Hung Hsieh
· 8 years ago
01a3a24
Remove all mentions of hashmap
by Jakub Pawlowski
· 8 years ago
5c2c303
Replace hash_map in module_manager with C++ unordered_map
by Jakub Pawlowski
· 8 years ago
9b99e99
Remove unnecesarry hash_map includes
by Jakub Pawlowski
· 8 years ago
1bd691c
Fix issues during cleanup stage of the Bluetooth stack
by Pavlin Radoslavov
· 9 years ago
a6f0395
Fix FD leak caused by module wrapper thread
by Manu Viswanadhan
· 9 years ago
0fa3554
Enable debug logs for bluetooth process threads, modules
by Srinu Jella
· 9 years ago
fd7ca62
Get rid of counter
by Jakub Pawlowski
· 9 years ago
717a4a9
Removed checks for NULL returns after osi_calloc() / osi_malloc()
by Pavlin Radoslavov
· 9 years ago
d2e2508
Add support for native kernel and callout wakelocks
by Pavlin Radoslavov
· 9 years ago
592afaf
Add missing initialization of module OSI_MODULE
by Pavlin Radoslavov
· 9 years ago
addbe8f
Null-terminate hex string in uuid_new()
by Ajay Panicker
· 9 years ago
1eb1ea0
GKI cleanup - Moved functions GKI_disable() and GKI_enable() to OSI
by Pavlin Radoslavov
· 9 years ago
89ba148
Disable opening network debug ports for security reasons
by Pavlin Radoslavov
· 9 years ago
918e5a6
Enable clang compilation, use stdatomic.h.
by Chih-Hung Hsieh
· 9 years ago
f2d6434
gn-build: Add bluetooth-service target
by Arman Uguray
· 9 years ago
db55458
build: Update osi log functions, use consistently
by Marie Janssen
· 9 years ago
0933b40
Moved the OSI alarm_shutdown() operations to alarm_cleanup()
by Pavlin Radoslavov
· 9 years ago
7dac79e
Add missing clean_up step for the OSI module.
by Pavlin Radoslavov
· 9 years ago
03583e8
Build the shared library with --whole-archive
by Zach Johnson
· 9 years ago
4041256
Include osi_module reference in module_init funcion
by Andre Eisenbach
· 9 years ago
cae219f
Shutdown alarm callbacks on stack disable; added OSI module
by Andre Eisenbach
· 9 years ago
b8a38cc
build: Build net_test_btcore using GN + ninja
by Marie Janssen
· 9 years ago
1f81b64
Set default symbol visibility to 'hidden'.
by Ian Coolidge
· 10 years ago
d1e2206
Fix dlsym change/failure by hard-coding internal module references.
by Etan Cohen
· 10 years ago
3e59b5b
Fix build issues in bluedroid on master
by Etan Cohen
· 10 years ago
f802700
Demote, cleanup and extend observed logging
by Chris Manton
· 10 years ago
95b74f2
Use fully qualified path for btcore includes.
by Sharvil Nanavati
· 10 years ago
0f9b91e
Use fully qualified path for OSI includes.
by Sharvil Nanavati
· 10 years ago
3252cf0
property api unification, naming and testing
by Chris Manton
· 10 years ago
97c5444
bt property object
by Chris Manton
· 10 years ago
7f3bb6c
Add bdcopy method
by Chris Manton
· 10 years ago
0bc7d27
Device class implementation
by Chris Manton
· 10 years ago
3623bc8
Add more uuid methods
by Chris Manton
· 10 years ago
05d0366
Add a hash function for bluetooth addresses
by Zach Johnson
· 10 years ago
aa3a011
Add key equality function option for hash_map
by Zach Johnson
· 10 years ago
4480276
Add platform-independent logging macros to OSI.
by Sharvil Nanavati
· 10 years ago
78a51cb
counter implementation
by Chris Manton
· 10 years ago
5c26224
Move properties data primitive into btcore
by Chris Manton
· 10 years ago
3c511e6
Add temporary callbacked wrapper for module startup
by Zach Johnson
· 10 years ago
72f308e
First pass at implementing modules
by Zach Johnson
· 10 years ago
d1e05de
Add a UUID module to btcore for operating on UUIDs.
by Sharvil Nanavati
· 10 years ago
8a6a89f
Introduce btcore, a low-level library to manipulate Bluetooth data types.
by Sharvil Nanavati
· 10 years ago