Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
bt
/
90603b327f357bca9bc2878069095ca9efc1c636
/
bta
/
jv
7ee5835
[system][bt] fix -Wreorder-init-list
by Nick Desaulniers
· 5 years ago
0774b7b
bta_jv_act: Avoid writing through NULL/freed pointer
by Greg Kaiser
· 6 years ago
7bb99a5
bta_jv_act: Avoid potential NULL dereference
by Greg Kaiser
· 6 years ago
897e022
Fix a bunch of incorrect syntax statements
by Yi Kong
· 6 years ago
96d16e3
Make thread names more meaningful
by Jack He
· 6 years ago
6d11052
Use MessageLoopThread in A2DP source, JNI, BTA, HCI and module bring-up
by Jack He
· 6 years ago
a11bb2d
bta: Only call get_acl_data_size_ble for LE
by Myles Watson
· 7 years ago
b10a2b1
RFCOMM: Improve logging and readability
by Jack He
· 7 years ago
3538b64
BTA_JvL2capConnect simplification
by Jakub Pawlowski
· 7 years ago
e5e2dd5
Simplify btSock_start_l2cap_server_l
by Jakub Pawlowski
· 7 years ago
b9c95d5
Report LE CoC credits to GAP clients
by Jakub Pawlowski
· 7 years ago
8451931
One less copy when sending LE CoC data.
by Jakub Pawlowski
· 7 years ago
fc9eced
Remove casts for callbacks
by Myles Watson
· 7 years ago
42bdd07
Make GAP_ConnWriteData accept BT_HDR
by Jakub Pawlowski
· 7 years ago
49dd53c
Added support for new Android API for LE CoC
by Stanley Tng
· 7 years ago
ce5f485
Limit data accepted by GAP_ConnWriteData to just one SDU
by Jakub Pawlowski
· 7 years ago
c474342
Make BTA_JvL2capWrite take ownership of the data buffer
by Jakub Pawlowski
· 7 years ago
a32cfc9
Revert "Use vector instead of raw pointer in l2cap socket write handling"
by Jakub Pawlowski
· 7 years ago
4da2ff5
Use vector instead of raw pointer in l2cap socket write handling
by Jakub Pawlowski
· 7 years ago
f18b31e
Increase MPS for LE CoC to one LE Buffer Size
by Jakub Pawlowski
· 7 years ago
d35eb7a
Make LE CoC Maximum PDU Size configurable
by Jakub Pawlowski
· 7 years ago
8ba5432
Assert on null callback in BTA_JvL2capConnect and BTA_JvL2capConnectLE
by Jakub Pawlowski
· 7 years ago
c1a13bc
Use LOG macros in BTA JV
by Jakub Pawlowski
· 7 years ago
5243b3d
Get rid of BTA_JV specific events
by Jakub Pawlowski
· 7 years ago
eb40c5c
Use Bind in BTA_JvStartDiscovery
by Jakub Pawlowski
· 7 years ago
45190ba
Get rid of BTA_JV_API_PM_STATE_CHANGE_EVT
by Jakub Pawlowski
· 7 years ago
c6b8023
Use Bind in BTA_JvSetPmProfile
by Jakub Pawlowski
· 7 years ago
971f275
Use Bind in BTA_JvRfcommWrite
by Jakub Pawlowski
· 7 years ago
82c54a4
Use Bind in BTA_JvRfcommStartServer and BTA_JvRfcommStopServer
by Jakub Pawlowski
· 7 years ago
d439a7b
Use Bind in BTA_JvRfcommClose
by Jakub Pawlowski
· 7 years ago
3070b22
Use Bind in BTA_JvRfcommConnect
by Jakub Pawlowski
· 7 years ago
457d20a
Use Bind in BTA_JvL2capRead
by Jakub Pawlowski
· 7 years ago
70bc98f
Use Bind in BTA_JvL2capWriteFixed
by Jakub Pawlowski
· 7 years ago
a9c80d2
Use Bind in BTA_JvL2capWrite
by Jakub Pawlowski
· 7 years ago
f53bb82
Use Bind in BTA_JvL2capStopServerLE
by Jakub Pawlowski
· 7 years ago
345f60e
Use Bind in BTA_JvL2capStopServer
by Jakub Pawlowski
· 7 years ago
792ab6f
Use Bind in BTA_JvL2capStartServerLE
by Jakub Pawlowski
· 7 years ago
6a10ea2
Use Bind in BTA_JvL2capStartServer
by Jakub Pawlowski
· 7 years ago
a034a03
Use Bind in BTA_JvL2capCloseLE
by Jakub Pawlowski
· 7 years ago
6ccc6f4
Use Bind in BTA_JvL2capClose
by Jakub Pawlowski
· 7 years ago
b48986c
Use Bind in BTA_JvL2capConnect
by Jakub Pawlowski
· 7 years ago
5458047
Use Bind in BTA_JvL2capConnectLE
by Jakub Pawlowski
· 7 years ago
a567799
Use Bind in BTA_JvDeleteRecord
by Jakub Pawlowski
· 7 years ago
60596e7
Use Bind in BTA_JvCreateRecordByUser
by Jakub Pawlowski
· 7 years ago
cdd9dac
Use Bind in BTA_JvFreeChannel
by Jakub Pawlowski
· 7 years ago
a2394f2
Use Bind in BTA_JvGetChannelId
by Jakub Pawlowski
· 7 years ago
e72240d
Use Bind in BTA_JvDisable
by Jakub Pawlowski
· 7 years ago
d3c1f2e
Use Bind in BTA_JvEnable
by Jakub Pawlowski
· 7 years ago
5b790fe
Make copyright headers consistent with Google template; remove "(C)"
by Jakub Pawlowski
· 7 years ago
21dcd19
RFCOMM: Return NULL when out of listen ports
by Myles Watson
· 7 years ago
3ddadcf
Fix out-of-bound array access in jv handle err log
by liuchao
· 8 years ago
188d7ac
Allocate tSDBP_DISCOVERY_DB instead of bytes
by Myles Watson
· 7 years ago
b749ebd
Use unary operator instead of == bool
by Myles Watson
· 7 years ago
ec57737
Run clang format on files touched by CL 488398
by Myles Watson
· 7 years ago
8d74904
Remove casts to unions to avoid unaligned accesses
by Myles Watson
· 7 years ago
819e2ec
Use one type for UUID (1/5)
by Jakub Pawlowski
· 7 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
b7b7473
Unify the empty and any address usage
by Jakub Pawlowski
· 7 years ago
78b81c6
Get rid of bdcpy, bdcmp and other BD_ADDR helpers
by Jakub Pawlowski
· 7 years ago
c752e13
Replace BT_ADDR with bd_addr_t in bta_sys related code
by Jakub Pawlowski
· 7 years ago
1979fa3
Replace BD_ADDR with bt_bdaddr_t in RFCOMM related code
by Jakub Pawlowski
· 7 years ago
135b7f6
Replace BD_ADDR with bt_bdaddr_t in SDP and A2DP related code
by Jakub Pawlowski
· 7 years ago
a09c348
Replace BD_ADDR with bt_bdaddr_t in JV related code
by Jakub Pawlowski
· 7 years ago
c2276b0
Use bt_bdaddr_t instead of BD_ADDR
by Jakub Pawlowski
· 7 years ago
8ab5e4d
Remove additional usages of UINT_TO_PTR
by Ajay Panicker
· 8 years ago
37492db
Remove coverity comments
by Myles Watson
· 8 years ago
ee96a3c
Fix asterisks in block quotes
by Myles Watson
· 8 years ago
531fe1a
Remove more usages of UINT_TO_PTR macro
by Ajay Panicker
· 8 years ago
f33b6f4
readability fix: No assigns in if conditionals
by Marie Janssen
· 8 years ago
58d57a4
Remove some usages of UINT_TO_PTR macro
by Ajay Panicker
· 8 years ago
135db4f
Remove pointer to integer cast in btif_sock_l2cap to prevent crash on 64 bit systems
by Ajay Panicker
· 8 years ago
1baaae3
bta: Fix comment formatting after clang-format
by Myles Watson
· 8 years ago
cd1fd07
bta: Apply clang-format
by Myles Watson
· 8 years ago
f355ef5
bta: Prepare include statements for clang-format
by Myles Watson
· 8 years ago
8af480e
bta: Remove double asterisks in comments
by Myles Watson
· 8 years ago
d35a648
Remove deprecated UNUSED macro (1/5)
by Myles Watson
· 8 years ago
b2a292b
Renamed most C files to C++: *.c to *.cc
by Pavlin Radoslavov
· 8 years ago
62e6c14
Add null checks for L2CAP socket callback
by Srinu Jella
· 10 years ago
46069c6
RFCOMM: Prevent sending data in BTA_JV_ST_NONE state
by Srinu Jella
· 9 years ago
80d7f60
Replace all uses of sprintf() with snprint()
by George Burgess IV
· 9 years ago
25984b0
Get rid of unused BTA_DYNAMIC_MEMORY
by Jakub Pawlowski
· 8 years ago
e9e58ce
bta: use standard types
by Marie Janssen
· 8 years ago
63b0519
Fix misc-macro-parentheses warnings
by Chih-Hung Hsieh
· 8 years ago
547a297
Delete unused JV code
by Sharvil Nanavati
· 9 years ago
6721232
Add LE L2CAP Connection Oriented Channel
by Navin Kochar
· 9 years ago
9123096
Cleanup L2CAP socket properly on close
by Srinu Jella
· 9 years ago
4e972d8
Track TX empty event to manage sniff timer
by Srinu Jella
· 9 years ago
4394720
Fix C/C++ compiler generated warnings
by Pavlin Radoslavov
· 9 years ago
717a4a9
Removed checks for NULL returns after osi_calloc() / osi_malloc()
by Pavlin Radoslavov
· 9 years ago
cceb430
Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free()
by Pavlin Radoslavov
· 9 years ago
b2c46a4
Fix RFCOMM Rx speed of transfer
by Hemant Gupta
· 9 years ago
258c253
GKI cleanup - moved GKI buffer allocation wrappers to OSI
by Pavlin Radoslavov
· 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
bb95452
build: Fix ptr <-> integer cast warnings
by Arman Uguray
· 9 years ago
cab5fc1
gn-build: Remove all -Wno-unused-* flags from build files
by Arman Uguray
· 9 years ago
eae6166
Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free
by Pavlin Radoslavov
· 9 years ago
56a3be0
Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free
by Pavlin Radoslavov
· 9 years ago
b8b3e80
Initialize white list size after stack reset
by Priti Aghera
· 10 years ago
Next »