Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_packages_modules_Bluetooth
/
c03eec07c81da4c30d28b6f0dd8454e29b9d04ed
c03eec0
Reinstate btsnoop last log saving
by Zach Johnson
· 11 years ago
23a4cc9
Prevent Memory overbound and initialize variables
by VenkatRaghavan VijayaRaghavan
· 11 years ago
f8a41c3
Resolved trace level issue for AVDTP
by VenkatRaghavan VijayaRaghavan
· 11 years ago
8f84761
Move list function comments to the header file
by Zach Johnson
· 11 years ago
f2bc7b6
Move hashmap function comments to the header file
by Zach Johnson
· 11 years ago
7d67743
Remove more GKI code.
by Sharvil Nanavati
· 11 years ago
b9a6f3e
Remove dependency on GKI tasks from BTIF media task.
by Sharvil Nanavati
· 11 years ago
bfdaf36
Don't call GKI_send_event on BTU task since it's not a GKI task anymore.
by Sharvil Nanavati
· 11 years ago
acaf6fd
Remove GKI timers
by Sharvil Nanavati
· 11 years ago
9078d0a
Adding some documentation for the power management flow.
by June R. Tate-Gans
· 11 years ago
76ce410
Add sniff changed log statement on the mode changed event
by Zach Johnson
· 11 years ago
bfba2bf
Collapse BNEP #defines that don't need to be configurable.
by Sharvil Nanavati
· 11 years ago
6af6ff7
Add a new l2cap_client class.
by Sharvil Nanavati
· 11 years ago
2377309
Add connection-specific function L2CA_SetConnectionCallbacks.
by Sharvil Nanavati
· 11 years ago
a449173
property api unification, naming and testing
by Chris Manton
· 11 years ago
54cc1ba
Add a reference counted buffer implementation.
by Sharvil Nanavati
· 11 years ago
0814caf
Collapse more feature flags.
by Sharvil Nanavati
· 11 years ago
1ce34dd
Collapse RFCOMM_INCLUDED and GAP_INCLUDED guards.
by Sharvil Nanavati
· 11 years ago
9881379
Delete unused Broadcom-specific extensions API.
by Sharvil Nanavati
· 11 years ago
ceb4619
Eliminate unusable wcassert code in favor of plain old C asssert.
by Sharvil Nanavati
· 11 years ago
85b1baf
Drop duplicate profile connection requests
by Zach Johnson
· 11 years ago
88ca6c7
Data type representing the bluetooth iac parameter
by Chris Manton
· 11 years ago
76a9ab6
First pass at the bluedroid profile manager.
by June R. Tate-Gans
· 11 years ago
0b1f699
Rename legacy uuid_copy to not conflict
by Chris Manton
· 11 years ago
30e51f5
Add size_t inclusion
by Chris Manton
· 11 years ago
aea4c0d
bt property object
by Chris Manton
· 11 years ago
ebfcf23
Add bdcopy method
by Chris Manton
· 11 years ago
a5657a8
Remove some more unused functions in btm_acl
by Zach Johnson
· 11 years ago
fb02632
Remove unused read link policy + friends
by Zach Johnson
· 11 years ago
9242e07
Remove unused link supervision timeout code
by Zach Johnson
· 11 years ago
5443c85
uuid_test
by Chris Manton
· 11 years ago
fe9f8e8
Device class implementation
by Chris Manton
· 11 years ago
0a51090
Add compile time checks
by Chris Manton
· 11 years ago
d94a9fc
Add more uuid methods
by Chris Manton
· 11 years ago
b0e024b
Add a simple classic peer
by Zach Johnson
· 11 years ago
c24243f
Add a hash function for bluetooth addresses
by Zach Johnson
· 11 years ago
9b08479
Add key equality function option for hash_map
by Zach Johnson
· 11 years ago
a0c474a
Clean up unused functions in btm_sec
by Zach Johnson
· 11 years ago
a85f7c6
Remove unused security abort callback
by Zach Johnson
· 11 years ago
5886d2e
Remove link key request callback
by Zach Johnson
· 11 years ago
052b92e
Canonicalize HCI logtags with bt_ prefix
by Zach Johnson
· 11 years ago
fa64ac9
Add bash script for running unit tests
by Zach Johnson
· 11 years ago
8643dc9
Rename Bluetooth binaries to use the net_ and net_test_ prefixes.
by Sharvil Nanavati
· 11 years ago
3c9d4e7
Sometimes I forget stopping shell before running bdtest.
by Steve Gu
· 11 years ago
7b92d70
Remove unnecessary newlines at the end of log statements.
by Sharvil Nanavati
· 11 years ago
8395177
Add platform-independent logging macros to OSI.
by Sharvil Nanavati
· 11 years ago
221a1b4
Remove unused ACL packet size getters, remove unused timer entity
by Zach Johnson
· 11 years ago
a6cb94a
Extend bdtool to accept / initiate SCO connections.
by Sharvil Nanavati
· 11 years ago
6292bf4
Remove unused shell script, gen-buildcfg.sh.
by Sharvil Nanavati
· 11 years ago
5a83e26
Add RFCOMM result code string for an unspecified error.
by Sharvil Nanavati
· 11 years ago
c3739f5
Adding some logging for the close states for RFCOMM connections.
by June R. Tate-Gans
· 11 years ago
580e43a
Fix bug in SDP server where it would get into an infinite loop.
by Sharvil Nanavati
· 11 years ago
f1bb77f
Introduce a growing array class.
by Sharvil Nanavati
· 11 years ago
1304eca
Increase GKI buffer size
by Zach Johnson
· 11 years ago
8fa3583
Add counter unit tests
by Chris Manton
· 11 years ago
35146f0
Explicitly add include paths
by Chris Manton
· 11 years ago
19f4b18
Enable allocation tracking for eng and userdebug builds.
by Sharvil Nanavati
· 11 years ago
f3ea9ba
Add a "setDiscoverable" command to hci.
by Sharvil Nanavati
· 11 years ago
f19d8af
Adding in some additional, but critical, logs.
by June R. Tate-Gans
· 11 years ago
b2244e1
Update module names to not use C preprocessor and to be at top of headers.
by Sharvil Nanavati
· 11 years ago
cf466d1
Replace BUFFER_Q with list_t #2
by Chris Manton
· 11 years ago
ca1801f
Replace BUFFER_Q with list_t
by Chris Manton
· 11 years ago
43894db
General tidy up of L2CAP flow control
by Chris Manton
· 11 years ago
6ac8f6d
Properly iterate when removing from list
by Chris Manton
· 11 years ago
47e4f78
Add error checking when getting property
by Chris Manton
· 11 years ago
ff2a830
Expand include pathnames and add bd root path
by Chris Manton
· 11 years ago
8837bd2
Back GKI buffers with malloc
by Zach Johnson
· 11 years ago
1ae7275
ungkibufferize the profile queue, use assert
by Zach Johnson
· 11 years ago
127c4c4
Print out every power management mode switch initiated from the host.
by Sharvil Nanavati
· 11 years ago
62c2814
Fixed HAL layer ignore state handling
by Zach Johnson
· 11 years ago
d7059fc
Add a command line flag to skip sanity test suite.
by Sharvil Nanavati
· 11 years ago
7fe1e3e
bdtest: read the paired device's bdaddr from the stack config file.
by Sharvil Nanavati
· 11 years ago
3c07a68
Remove ptim and associated GKI timer functions
by Zach Johnson
· 11 years ago
9e807ef
Remove some remaining references to message based timers
by Zach Johnson
· 11 years ago
195097d
Remove unused link key functions from devctl
by Zach Johnson
· 11 years ago
be81467
Modify bdtest to enable running individual tests by their name.
by Steve Gu
· 11 years ago
37c247d
Remove the afh functions from btm_devctl
by Zach Johnson
· 11 years ago
16eca2a
Remove BTA_CheckEirData, a direct redefinition of BTM_CheckEirData
by Zach Johnson
· 11 years ago
7d1c089
Remove some functionredefinitions from bta dm
by Zach Johnson
· 11 years ago
8403e0c
Use correct service ID for A2DP source to make way for A2DP sink.
by Sharvil Nanavati
· 11 years ago
18a02e6
L2CAP: expose a function to return the RCID and ACL handle for a given LCID.
by Sharvil Nanavati
· 11 years ago
f40837c
Move controller module to device directory
by Chris Manton
· 11 years ago
3d6beda
Unused function
by Chris Manton
· 11 years ago
d0d47f7
Remove unused inquiry DB functions
by Chris Manton
· 11 years ago
e8c26f9
Remove always true definition BTM_EIR_SERVER_INCLUDED
by Chris Manton
· 11 years ago
8a4c108
Removing unused function BTA_DmSetScanParam()
by Chris Manton
· 11 years ago
cff8acb
Remove always true BTM_USE_INQ_RESULTS_FILTER
by Chris Manton
· 11 years ago
6cac3f5
Remove always false flag BTM_BYPASS_EVENT_FILTERING
by Chris Manton
· 11 years ago
88855db
Instrument data flow a bit
by Chris Manton
· 11 years ago
8436302
Don't dispatch connections in the connection queue until stack comes up.
by Sharvil Nanavati
· 11 years ago
988c303
counter implementation
by Chris Manton
· 11 years ago
40e00c9
Remove duplicate functionality
by Chris Manton
· 11 years ago
194a51c
Remove uncompiled unused PBAP support
by Zach Johnson
· 11 years ago
cbc7086
Remove unused functions BTM_RegForLstoEvt/btm_acl_set_discing
by Chris Manton
· 11 years ago
bf4edcf
Remove always true BTM_PWR_MGR_INCLUDED
by Chris Manton
· 11 years ago
c178b52
Remove always true BTM_BUSY_LEVEL_CHANGE_INCLUDED
by Chris Manton
· 11 years ago
4c9bce0
Remove data_types.h
by Chris Manton
· 11 years ago
65a9aba
Actually remove bd.[c|h]
by Chris Manton
· 11 years ago
8712abd
Removal of bd.[c|h]
by Chris Manton
· 11 years ago
409e72b
Moving btif_sock_sdp to stdint and stdbool.
by June R. Tate-Gans
· 11 years ago
Next »