Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
bt
/
db49d08101d414f8e3ebe646e83438c9899e8ff7
/
bta
4394720
Fix C/C++ compiler generated warnings
by Pavlin Radoslavov
· 9 years ago
1377f93
Cleanup C and C++ compiler flags
by Pavlin Radoslavov
· 9 years ago
ab2c488
Fix discovery status handling
by Jakub Pawlowski
· 9 years ago
9fd552b
Add handle range to BTA_GATTC_GetGattDb
by Jakub Pawlowski
· 9 years ago
717a4a9
Removed checks for NULL returns after osi_calloc() / osi_malloc()
by Pavlin Radoslavov
· 9 years ago
c2ea2f6
Fix possible memory leak
by Jakub Pawlowski
· 9 years ago
cceb430
Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free()
by Pavlin Radoslavov
· 9 years ago
63e500e
Use dynamic memory for keeping GATT cache
by Jakub Pawlowski
· 9 years ago
0a20dd4
Removed function osi_get_buf_size()
by Pavlin Radoslavov
· 9 years ago
7794b7c
Merge "Remove BCM_STR* macros"
by Andre Eisenbach
· 9 years ago
d535ddb
Add missing log tags
by Jakub Pawlowski
· 9 years ago
5b9462d
Remove BCM_STR* macros
by Andre Eisenbach
· 9 years ago
8a01f77
Remove unused return value of bta_gattc_alloc_cache_buf
by Jakub Pawlowski
· 9 years ago
ea46bfa
Fix a call to osi_freebuf_and_reset()
by Pavlin Radoslavov
· 9 years ago
20524d3
Refactor usage of osi_free() and osi_freebuf()
by Pavlin Radoslavov
· 9 years ago
f94e67c
Fix the processing of AVRCP Rcvd Pass Through messages
by Pavlin Radoslavov
· 9 years ago
5f0e23d
Register for Service Changed notifications for untrusted devices
by Jakub Pawlowski
· 9 years ago
5919554
Don't unregister notifications for unmodified services
by Jakub Pawlowski
· 9 years ago
96b9707
Fix build error in bta_gattc_cache.c
by Andre Eisenbach
· 9 years ago
e37dcf3
Merge "Make BTIF a static library; add unit test framework"
by Andre Eisenbach
· 9 years ago
e11cc0b
Make BTIF a static library; add unit test framework
by Andre Eisenbach
· 9 years ago
533fdbf
Add new HAL method get_gatt_db
by Jakub Pawlowski
· 9 years ago
20c6840
Revert "Revert "Avoid double memory free and crash during LE discovery or disconnect""
by Pavlin Radoslavov
· 9 years ago
3a4082d
Revert "Avoid double memory free and crash during LE discovery or disconnect"
by Ian Pedowitz
· 9 years ago
12091a3
Avoid double memory free and crash during LE discovery or disconnect
by Nitin Arora
· 9 years ago
8113f8c
Merge "Spoof response to AT+CNUM if we don't get a reply from the audio gateway."
by Sharvil Nanavati
· 9 years ago
b83028d
Adds null check before freeing LE services list
by Subramanian Srinivasan
· 9 years ago
18a906d
Spoof response to AT+CNUM if we don't get a reply from the audio gateway.
by Sharvil Nanavati
· 9 years ago
f40b136
Add explicit sec_act parameter to encryption requests
by Andre Eisenbach
· 9 years ago
e273daa
Do not enable A2DP sink by default
by Andre Eisenbach
· 9 years ago
b283d64
Remove unused definition BOARD_HAVE_BLUETOOTH_BCM.
by Sharvil Nanavati
· 9 years ago
78bcff7
Refactor the Bluetooth timers
by Pavlin Radoslavov
· 9 years ago
6b84f29
Support for A2DP Sink and Proper initialization of profiles
by Anubhav Gupta
· 10 years ago
15df6d4
Do not send AT+CHLD=? if the 3-way call feature is not supported
by Devin Kim
· 9 years ago
4fc9732
Correctly verify return value of BTM_CancelInquiry
by Yan Laijun
· 9 years ago
9a7624c
Merge "Bluetooth: Silence unused-parameter warning"
by Andreas Gampe
· 9 years ago
8fc771e
Bluetooth: Silence unused-parameter warning
by Andreas Gampe
· 9 years ago
c82bff2
Fix crash in HFP client's +COPS parsing code.
by Sharvil Nanavati
· 9 years ago
b2c46a4
Fix RFCOMM Rx speed of transfer
by Hemant Gupta
· 9 years ago
865e736
Fix the calculation of bta_sys_get_remaining_ticks
by VenkatRaghavan V
· 9 years ago
1cb11bb
Only initiate codec negotiation if feature is supported
by Chenjie Luo
· 9 years ago
1b3ac36
Fix race condition during simultaneous SDP
by Jakub Pawlowski
· 9 years ago
3f4fd5b
Switch to osi_getbuf.
by Chris Elliott
· 9 years ago
47b4310
A2DP SRC offload support
by Abhijit Adsule
· 9 years ago
d3842ed
Compile as 64-bit library; fix includes
by Andre Eisenbach
· 9 years ago
175da70
Remove BTM_OOB_INCLUDED
by Jakub Pawlowski
· 9 years ago
dd339ab
Allow Bluetooth to build on systems with no LE support
by Scott James Remnant
· 9 years ago
4d7575b
Memory overwrite due to HDP doesn't allocate enough buffer
by Jacob Lee
· 9 years ago
77e70b4
Reduce persistence on aquiring master role
by Mattias Agren
· 9 years ago
b7a077b
Rename net_test_bluedroid to net_test_bluetooth
by Andre Eisenbach
· 9 years ago
258c253
GKI cleanup - moved GKI buffer allocation wrappers to OSI
by Pavlin Radoslavov
· 9 years ago
9f1c9ad
GKI cleanup - Moved struct TIMER_LIST_ENT to OSI
by Pavlin Radoslavov
· 9 years ago
1a3844f
GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue
by Pavlin Radoslavov
· 9 years ago
c196f21
GKI cleanup - Moved GKI_get_os_tick_count() to OSI
by Pavlin Radoslavov
· 9 years ago
2181f1a
Fix PAN crash due to fd mismatch
by Nitin Shivpure
· 9 years ago
70ae7de
GKI cleanup - Remove GKI pool related defines
by Pavlin Radoslavov
· 9 years ago
1d5b859
GKI cleanup - Eliminate function GKI_get_pool_bufsize()
by Pavlin Radoslavov
· 9 years ago
2e3d006
GKI cleanup - Eliminate usage of pool buffers
by Pavlin Radoslavov
· 9 years ago
6b24485
Fix PAN and AV role switch war
by tturney
· 9 years ago
7f2eed6
Check BR device count before initiating role switch
by Nitin Shivpure
· 9 years ago
7b4fdb4
Eliminate recursive calling when handling GATT related errors
by Pavlin Radoslavov
· 9 years ago
4602429
Fix incorrect SetConnScanParam function mapping
by Sunny Kapdi
· 9 years ago
1a1b3eb
am bc6ad53e: Merge "Improve adv_data transfer between contexts."
by Ian Coolidge
· 9 years ago
d4c1036
Improve adv_data transfer between contexts.
by Ian Coolidge
· 9 years ago
0839305
resolved conflicts for merge of 49a86709 to mnc-dev-plus-aosp
by Marie Janssen
· 9 years ago
49a8670
build: LOG_TAG consistency, include order, build fixes
by Marie Janssen
· 9 years ago
e084feb
am 9de273d9: Fix CTS Verifier test for insecure RFCOMM connection.
by Sharvil Nanavati
· 9 years ago
9de273d
Fix CTS Verifier test for insecure RFCOMM connection.
by Sharvil Nanavati
· 9 years ago
f99e586
am c6137426: Fix the logic for stopping the Power Management timers.
by Pavlin Radoslavov
· 9 years ago
c613742
Fix the logic for stopping the Power Management timers.
by Pavlin Radoslavov
· 9 years ago
a7b03c0
am 1076b7b0: Customize Bluetooth sniff interval
by Pavlin Radoslavov
· 9 years ago
1076b7b
Customize Bluetooth sniff interval
by Pavlin Radoslavov
· 9 years ago
51a5f0f
am b4365c55: Adding transport type while initiating remote discovery
by Nitin Arora
· 9 years ago
b4365c5
Adding transport type while initiating remote discovery
by Nitin Arora
· 9 years ago
36b09da
am 50333a25: Properly disconnect GATT connection during noisy scans
by Arman Uguray
· 9 years ago
50333a2
Properly disconnect GATT connection during noisy scans
by Arman Uguray
· 9 years ago
263cc87
am 76356aee: Bug fix PM changes and LE connectivity mode fixes
by VenkatRaghavan VijayaRaghavan
· 9 years ago
76356ae
Bug fix PM changes and LE connectivity mode fixes
by VenkatRaghavan VijayaRaghavan
· 10 years ago
ea21b5d
am 549c64d1: Fix security vulnerabilities in string operations
by Miao Chou
· 9 years ago
549c64d
Fix security vulnerabilities in string operations
by Miao Chou
· 9 years ago
37c5faf
am 680959b0: Add missing data initialization
by Pavlin Radoslavov
· 9 years ago
680959b
Add missing data initialization
by Pavlin Radoslavov
· 9 years ago
9a78e8d
am 49120dc8: build: Fix LOG_TAG define breakage, macro usage
by Marie Janssen
· 9 years ago
49120dc
build: Fix LOG_TAG define breakage, macro usage
by Marie Janssen
· 9 years ago
d33e39f
am db554581: build: Update osi log functions, use consistently
by Marie Janssen
· 9 years ago
db55458
build: Update osi log functions, use consistently
by Marie Janssen
· 9 years ago
25e7147
am d69bef4e: Merge "Prevent LE remote name request during inquiry" into mnc-dev
by Andre Eisenbach
· 9 years ago
ddbb20b
Prevent LE remote name request during inquiry
by Nitin Arora
· 10 years ago
c1a2900
am fa3c1214: Fix possible null-pointer de-reference in bta_gattc_util
by Andre Eisenbach
· 9 years ago
fa3c121
Fix possible null-pointer de-reference in bta_gattc_util
by Andre Eisenbach
· 9 years ago
a58859d
am dd2021c6: Always ACK indications in the event of an error
by Tucker Sylvestro
· 9 years ago
dd2021c
Always ACK indications in the event of an error
by Tucker Sylvestro
· 9 years ago
dc6a482
am 641e21a5: HOGP: Clear allocated memory for unmatched HID reports
by Subramanian Srinivasan
· 9 years ago
641e21a
HOGP: Clear allocated memory for unmatched HID reports
by Subramanian Srinivasan
· 10 years ago
c6da677
am 6a27776c: Property based change to qualify TC_INT_SRC_SIG_SMG_BV_23_C
by Anubhav Gupta
· 9 years ago
6a27776
Property based change to qualify TC_INT_SRC_SIG_SMG_BV_23_C
by Anubhav Gupta
· 10 years ago
803b381
am 4508f24b: Not Implemented response for unsupported AVRCP commands.
by Anubhav Gupta
· 9 years ago
4508f24
Not Implemented response for unsupported AVRCP commands.
by Anubhav Gupta
· 11 years ago
5de94fb
am bb954527: build: Fix ptr <-> integer cast warnings
by Arman Uguray
· 9 years ago
f4b0c92
am cab5fc17: gn-build: Remove all -Wno-unused-* flags from build files
by Arman Uguray
· 9 years ago
Next »