Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
bt
/
90ffe3f90a7589e4ff9e5e8bdf353cdcdfe88764
/
stack
/
sdp
4761653
Fix alarms being posted on wrong thread
by Jakub Pawlowski
· 7 years ago
76bb87b
Merge "Add LEN_UUID_128 type check while build UUID seq" am: 48942c700e
by liuchao
· 7 years ago
d9f5414
Add LEN_UUID_128 type check while build UUID seq
by liuchao
· 8 years ago
7ec12a4
Merge "Add missing continuation offset check for SDP continuation requests" into oc-dev
by Pavlin Radoslavov
· 7 years ago
e776c83
Add missing continuation offset check for SDP continuation requests
by Pavlin Radoslavov
· 7 years ago
a484a88
Rename bt_bdaddr_t into RawAddress (3/3)
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
c2276b0
Use bt_bdaddr_t instead of BD_ADDR
by Jakub Pawlowski
· 7 years ago
1f02134
Fix crash on GATT service unregistration
by Jakub Pawlowski
· 7 years ago
0d89212
Fix crash on GATT service unregistration
by Jakub Pawlowski
· 7 years ago
ad1e23d
Remove extern "C" from header files
by Jack He
· 8 years ago
4e5e76a
Remove usages of SDP_CLIENT_ENABLED
by Ajay Panicker
· 8 years ago
b7cfd05
Remove double includes
by Myles Watson
· 8 years ago
9f9166c
Add extra logs by default inside sdp_copy_raw_data()
by Pavlin Radoslavov
· 8 years ago
37492db
Remove coverity comments
by Myles Watson
· 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
ee96a3c
Fix asterisks in block quotes
by Myles Watson
· 8 years ago
f33b6f4
readability fix: No assigns in if conditionals
by Marie Janssen
· 8 years ago
a1e7e55
Constant Cleanup: Remove BT_TRACE_VERBOSE
by Marie Janssen
· 8 years ago
d7ffd64
Remove deprecated UNUSED macro (5/5)
by Myles Watson
· 8 years ago
d35a648
Remove deprecated UNUSED macro (1/5)
by Myles Watson
· 8 years ago
82fcd30
Update the A2DP codec setup and selection mechanism
by Pavlin Radoslavov
· 8 years ago
b2a292b
Renamed most C files to C++: *.c to *.cc
by Pavlin Radoslavov
· 8 years ago
37c1b5f
Removed unused *_DYNAMIC_MEMORY conditional statements
by Pavlin Radoslavov
· 8 years ago
80d7f60
Replace all uses of sprintf() with snprint()
by George Burgess IV
· 9 years ago
d19e078
Use standard types, consistent ifdef style everywhere
by Marie Janssen
· 8 years ago
b7938c1
Convert HID and Device Manager BTA code to C++
by Jakub Pawlowski
· 8 years ago
63b0519
Fix misc-macro-parentheses warnings
by Chih-Hung Hsieh
· 8 years ago
3d6accf
Move extern "C" to top of headers and remove tBTA_HF_CLIENT_HDR.
by Bryce Lee
· 8 years ago
15b8ab4
SDP: Restrict attribute length to SDP_MAX_ATTR_LEN
by venkata Jagadeesh
· 9 years ago
1be7ae1
Remove btla-specific comments
by Jakub Pawlowski
· 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
0a20dd4
Removed function osi_get_buf_size()
by Pavlin Radoslavov
· 9 years ago
20524d3
Refactor usage of osi_free() and osi_freebuf()
by Pavlin Radoslavov
· 9 years ago
78bcff7
Refactor the Bluetooth timers
by Pavlin Radoslavov
· 9 years ago
526f3cc
Fix bug in SDP 128-bit UUID lookup
by Andre Eisenbach
· 9 years ago
6196838
Fix 128-bit UUID byte order for GATT-over-BR/EDR
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
2e3d006
GKI cleanup - Eliminate usage of pool buffers
by Pavlin Radoslavov
· 9 years ago
ceab48b
am 42f37840: SDP: Validate input UUID\'s length
by Srinu Jella
· 9 years ago
42f3784
SDP: Validate input UUID's length
by Srinu Jella
· 10 years ago
73d8409
am c0532307: Allocated requested buffer size in SDP attribute request
by Srinu Jella
· 9 years ago
f36c249
am a3dbe938: NULL pointer check in sdpu_build_attrib_entry
by Srinu Jella
· 9 years ago
c053230
Allocated requested buffer size in SDP attribute request
by Srinu Jella
· 10 years ago
a3dbe93
NULL pointer check in sdpu_build_attrib_entry
by Srinu Jella
· 10 years ago
bb95452
build: Fix ptr <-> integer cast warnings
by Arman Uguray
· 9 years ago
b246a1a
Merge commit '4bf68bf020c7fd1aabcdc4b5d8f5fbb8bacdec9d' into merge_work
by Prerepa Viswanadham
· 10 years ago
4540f59
Static code analysis cleanups and minor bug fixes
by VenkatRaghavan VijayaRaghavan
· 10 years ago
f751ba9
am 3f7ec12b: am dc69e2d5: GAP: Reset cont_offset in start frame of SDP
by Simon Wilson
· 10 years ago
3f7ec12
am dc69e2d5: GAP: Reset cont_offset in start frame of SDP
by Simon Wilson
· 10 years ago
dc69e2d
GAP: Reset cont_offset in start frame of SDP
by Simon Wilson
· 10 years ago
107660f
SDP parameter checks too loose
by Kim Schulz
· 11 years ago
74fd01f
SDP parameter checks too loose
by Kim Schulz
· 11 years ago
e1a9e52
Merge commit 'f7f839985b3931682363d2ef3b7c5cae55a842ee' into merge
by Etan Cohen
· 10 years ago
24ff5af
Collapse more feature flags.
by Sharvil Nanavati
· 10 years ago
8527318
Delete unused Broadcom-specific extensions API.
by Sharvil Nanavati
· 10 years ago
4480276
Add platform-independent logging macros to OSI.
by Sharvil Nanavati
· 10 years ago
54966dc
Fix bug in SDP server where it would get into an infinite loop.
by Sharvil Nanavati
· 10 years ago
de4214b
Remove some functionredefinitions from bta dm
by Zach Johnson
· 10 years ago
f1c764f
Make build more strict by adding more warning flags.
by Sharvil Nanavati
· 10 years ago
14c80d9
Refactor bta_jv functions
by Zach Johnson
· 10 years ago
24933b5
Removing unnecessary BTAPI #defines.
by June R. Tate-Gans
· 10 years ago
14ae2d2
Remove printf when attempting SDP requests.
by Sharvil Nanavati
· 10 years ago
7f0bed2
am 45085bf6: Merge "Ignore service UUID length if no UUID filter is specified" into lmp-mr1-dev
by Justin Harrison
· 10 years ago
17ec140
Ignore service UUID length if no UUID filter is specified
by Andre Eisenbach
· 10 years ago
104e3f2
Cleanups needed to make clang happy
by Bernhard Rosenkränzer
· 10 years ago
e8b675f
am 96cdc153: Merge "GAP: Handle invalid SDP service search request" into klp-wireless-dev
by Matthew Xie
· 10 years ago
847b706
resolved conflicts for merge of a51c9d9d to master
by Matthew Xie
· 10 years ago
86225e4
GAP: Handle invalid SDP service search request
by Hemant Gupta
· 11 years ago
a51c9d9
Logging cleanup: L2CAP and SDP.
by Sharvil Nanavati
· 11 years ago
3a55ec2
SDP: Allocate proper sized scratch buffer for SDP response
by Zhihai Xu
· 11 years ago
02407a0
SDP: Allocate proper sized scratch buffer for SDP response
by Mallikarjuna GB
· 11 years ago
f9c6502
Change some printfs in sdp_api.c to SDP_TRACE_DEBUG
by Mike J. Chen
· 11 years ago
5cd8bff
Major warnings cleanup
by Mike J. Chen
· 11 years ago
ac49592
Fix unused parameter warnings in static functions by changing prototype
by Mike J. Chen
· 11 years ago
b6dffc1
Crash pairing keyboard/mouse on N5
by Zhihai Xu
· 11 years ago
0f1f494
Copy paste error in HDP source/sink check
by Kim Schulz
· 11 years ago
0c2e29d
BTU SIGSEGV on RFCOMM connect to Linux bluetooth dongle
by Zhihai Xu
· 11 years ago
5a7f857
Support for 128-bit UUID service discovery
by Andre Eisenbach
· 11 years ago
ead3cde
Initial version of BLE support for Bluedroid
by Ganesh Ganapathi Batta
· 12 years ago
689d66b
Snapshot 9fd57cbacd95e89602f430244c35bbc67f08b6d2
by The Android Open Source Project
· 12 years ago
5738f83
Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf
by The Android Open Source Project
· 12 years ago