Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
bt
/
8d9d02862b1e00d27681846e3de9c4cf4f6634fc
/
btif
8d9d028
GKI task entry points should have a consistent signature.
by Sharvil Nanavati
· 10 years ago
dae73b1
Eliminate GKI_os_malloc and GKI_os_free.
by Sharvil Nanavati
· 10 years ago
0d5de78
Eliminate unused 'stack' concept for GKI tasks.
by Sharvil Nanavati
· 10 years ago
860a9af
Replace mailboxes with fixed queues.
by Chris Manton
· 10 years ago
8d36098
Make SCO sockets request eSCO instead of SCO
by Zach Johnson
· 10 years ago
39e8abd
Fix memory leak in RFCOMM sockets where some lists were not being freed.
by Sharvil Nanavati
· 10 years ago
2e7e6eb
Remove unncessary socket write to SCO socket.
by Sharvil Nanavati
· 10 years ago
c8aaee2
Update SCO sockets to use OSI.
by Sharvil Nanavati
· 10 years ago
fe4ec6b
Rewrite the btif_sock module.
by Sharvil Nanavati
· 10 years ago
2c26d1d
Remove unused "file system" concept & friends
by Zach Johnson
· 10 years ago
186d095
Eliminate call out/in indirection in bta_sys
by Zach Johnson
· 10 years ago
29e83d4
Fix heap memory leak by placing the BT device struct in static storage
by Sharvil Nanavati
· 10 years ago
ce0bab4
Fix issue where last character of device name is missing
by Sharvil Nanavati
· 10 years ago
8a6a89f
Introduce btcore, a low-level library to manipulate Bluetooth data types.
by Sharvil Nanavati
· 10 years ago
b2f0447
Fix digital transposition in saving binary config data
by Zach Johnson
· 10 years ago
9d52f88
Eliminate unused arguments to btif_config and clarify variable names
by Sharvil Nanavati
· 10 years ago
b95c4ef
Switch over from an XML based file format to .INI-style conf files
by Sharvil Nanavati
· 10 years ago
f866204
Rewrite the SCO socket implementation to be more robust.
by June R. Tate-Gans
· 10 years ago
e19791c
Move the disconnect_immediately logic so that it's only in effect for data sockets
by Ian McKellar
· 11 years ago
601ffb4
Clear connected & disconnect_immediately flags when intializing SCO sockets
by Ian McKellar
· 11 years ago
3c8771a
Fix a race condition where closing a SCO connection that was not yet fully open would silently fail.
by Ian McKellar
· 11 years ago
95da994
Clean up closed SCO listen sockets
by Ian McKellar
· 11 years ago
0f34c89
Fix locking in btsock_sco_signaled
by Ian McKellar
· 11 years ago
a1d7cf2
Refactor SCO code to allow closing
by Ian McKellar
· 11 years ago
e93ac12
SCO socket support in bluedroid
by Ian McKellar
· 11 years ago
fe7216c
Enforce GKI API buffer usage
by Chris Manton
· 11 years ago
284440f
Refactor RFCOMM code; also fixes a random-disconnect / performance bug.
by Sharvil Nanavati
· 10 years ago
30a34f1
Add a function to check if a string represents a bdaddr
by Sharvil Nanavati
· 10 years ago
8c65ba9
Const-correctness for str2bd.
by Sharvil Nanavati
· 10 years ago
8d546df
btpan thread signal function workaround
by Chris Manton
· 10 years ago
61cdda4
Replace magic number used instead of MAX_RFC_CHANNEL number.
by Steve Gu
· 10 years ago
dfb3b2f
Add flag indicating encrypted connections to btif_dm_get_connection_state()
by Andre Eisenbach
· 10 years ago
8936376
Change pairing_cb to assume temporary pairing by default
by Andre Eisenbach
· 10 years ago
26e80aa
Relax max PCM frames per tick a bit
by Andre Eisenbach
· 10 years ago
2cfcf51
Added check if the device address is random
by Tobias Melin
· 10 years ago
0668d3a
LE: Ignore non-volatile GATT service cache for non-bonded devices
by Andre Eisenbach
· 10 years ago
e608a52
Merge "Remove unnecessary check of multiple advertise instance count." into lmp-mr1-dev
by Wei Wang
· 10 years ago
8a75ab5
Merge "PAN TAP fd is not monitored in all cases" into lmp-mr1-dev
by Matthew Xie
· 10 years ago
e79be3d
Add server-side callback for change in MTU (2/4)
by Andre Eisenbach
· 10 years ago
ffaf9c5
Remove unnecessary check of multiple advertise instance count.
by Wei Wang
· 10 years ago
285f7c6
PAN TAP fd is not monitored in all cases
by Zhenye Zhu
· 10 years ago
c113e4d
Merge "Enforce Authentication for incoming HID connection" into lmp-mr1-dev
by Matthew Xie
· 10 years ago
3770c47
Clean up SetADV and ScanResp data memory leak.
by Satya Calloji
· 10 years ago
26fa02b
LE: Use LE specific I/O capabilities
by Andre Eisenbach
· 10 years ago
d79fb19
Enforce Authentication for incoming HID connection
by Priti Aghera
· 10 years ago
86f97ed
Use the device type from saved properties instead of assuming default
by Matthew Xie
· 10 years ago
c5916e9
Remove overflow rate limiting when reading A2DP frames
by Andre Eisenbach
· 10 years ago
1645157
am b407515f: Fix "no instances found for adv" when stop BLE scanning.
by Satya Calloji
· 10 years ago
b407515
Fix "no instances found for adv" when stop BLE scanning.
by Satya Calloji
· 10 years ago
3e0dc73
LE: Make local privacy configurable
by Andre Eisenbach
· 10 years ago
f893827
am 5e808468: LE: Do not remove bond on encryption failure
by Andre Eisenbach
· 10 years ago
5e80846
LE: Do not remove bond on encryption failure
by Andre Eisenbach
· 10 years ago
b94c47a
am 433fe016: Cache HOGP HID report map
by Chaojing Sun
· 10 years ago
f4d88b9
am 25249f76: Merge "Retry pairing if the device did not respond (page timeout)" into lmp-dev
by Prem Kumar
· 10 years ago
6b5262a
am 01d102b3: A2DP: Lowering maximum PCM frame limit to avoid audio breaks
by Andre Eisenbach
· 10 years ago
433fe01
Cache HOGP HID report map
by Chaojing Sun
· 10 years ago
25249f7
Merge "Retry pairing if the device did not respond (page timeout)" into lmp-dev
by Prem Kumar
· 10 years ago
01d102b
A2DP: Lowering maximum PCM frame limit to avoid audio breaks
by Andre Eisenbach
· 10 years ago
31a6400
Retry pairing if the device did not respond (page timeout)
by Andre Eisenbach
· 10 years ago
9c56a39
am d8586177: Merge "Implement GATT service cache" into lmp-dev
by Andre Eisenbach
· 10 years ago
1f58d6b
Implement GATT service cache
by Andre Eisenbach
· 10 years ago
494b3bf
Merge "Add support of advertising through standard instance.(4/4)" into lmp-sprout-dev
by Wei Wang
· 10 years ago
f061e74
Added missing A2DP priority on java alarm service
by Mattias Agren
· 10 years ago
cafed88
Add support of advertising through standard instance.(4/4)
by Satya Calloji
· 10 years ago
d5aa247
LE: Peer device's latest RPA is not being applied
by Satya Calloji
· 10 years ago
303d4ac
Merge "For pairing over le transport, set default device type and address type" into lmp-dev
by Matthew Xie
· 10 years ago
64c5479
For pairing over le transport, set default device type and address type
by Matthew Xie
· 10 years ago
c918d08
Document LE IO capabilities and use BR/EDR constant for LE
by Andre Eisenbach
· 10 years ago
976990f
Merge "Fix issues with manufacturer ID prefix scan filter." into lmp-dev
by Wei Wang
· 10 years ago
1a5f810
Merge "Fix ADV data exceeding max adv packet length" into lmp-dev
by Wei Wang
· 10 years ago
a015a83
LE: Use random address when initiating background connections
by Andre Eisenbach
· 10 years ago
7ddf2d8
Fix ADV data exceeding max adv packet length
by Satya Calloji
· 10 years ago
f514046
Merge "LE: Disable background connections if RPA offloading is not supported" into lmp-dev
by Andre Eisenbach
· 10 years ago
a1e649b
LE: Disable background connections if RPA offloading is not supported
by Andre Eisenbach
· 10 years ago
6cbb113
Fix issues with manufacturer ID prefix scan filter.
by Satya Calloji
· 10 years ago
5e02098
Merge "Limit the time PAN can occupy the BTU stack thread" into lmp-dev
by Andre Eisenbach
· 10 years ago
ae13ec9
Avoid race condition in SBC encoder initialization
by Andre Eisenbach
· 10 years ago
95ca3c4
Limit the time PAN can occupy the BTU stack thread
by Zhenye Zhu
· 10 years ago
ec2777e
Clean up fd when failed to add monitor thread
by Matthew Xie
· 10 years ago
e9ff133
Merge "Add LE device to inquiry DB before pairing" into lmp-dev
by Andre Eisenbach
· 10 years ago
3baff79
Add LE device to inquiry DB before pairing
by lungtsai_lin
· 10 years ago
adb7bb5
GKI_exception on running longer batch scans
by Satya Calloji
· 10 years ago
eebf155
Merge "MAP: SDP corruption" into lmp-dev
by Matthew Xie
· 10 years ago
54e24af
MAP: SDP corruption
by Casper Bonde
· 10 years ago
962f1d1
LE: Remove general/limited discoverability bits for non-connectable adv
by Andre Eisenbach
· 10 years ago
3e278d3
Merge "LE: Fix limited advertising not stopping after timeout" into lmp-dev
by Andre Eisenbach
· 10 years ago
cf32e8d
LE: Fix limited advertising not stopping after timeout
by Andre Eisenbach
· 10 years ago
d437d11
Merge "A2DP: Protect against division-by-zero error in bitpool calculation" into lmp-dev
by Andre Eisenbach
· 10 years ago
a391bf1
A2DP: Protect against division-by-zero error in bitpool calculation
by Andre Eisenbach
· 10 years ago
169cd7a
Additional rebase fixes
by Andre Eisenbach
· 10 years ago
1097ff0
Fix Bluedroid rebase error
by Andre Eisenbach
· 10 years ago
9dd5a9c
LE: Add limited advertising duration capability (2/3)
by Andre Eisenbach
· 10 years ago
16fe082
Use run time parameters to control LE features
by Prerepa Viswanadham
· 10 years ago
c331807
BT MAP: added support for email sharing over BT
by Matthew Xie
· 11 years ago
62a54c5
Merge "Add transport parameter to createBond() function (2/4)" into lmp-dev
by Andre Eisenbach
· 10 years ago
b0daa5d
Add transport parameter to createBond() function (2/4)
by Andre Eisenbach
· 10 years ago
f877e4c
Merge "LE batchscan consolidated reports" into lmp-dev
by Wei Wang
· 10 years ago
f1dba91
LE batchscan consolidated reports
by Satya Calloji
· 11 years ago
372a9f7
Merge "Blacklist Apple HID devices to skip SDP" into lmp-dev
by Matthew Xie
· 10 years ago
c0edf9f
Blacklist Apple HID devices to skip SDP
by Priti Aghera
· 11 years ago
Next »