Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
bt
/
240a3c57af29e0c6c9f7600460df9138710a68c8
/
stack
/
l2cap
/
l2c_utils.cc
594e1d8
Merge "process_l2cap_cmd: Fix OOB"
by TreeHugger Robot
· 6 years ago
0912b89
process_l2cap_cmd: Fix OOB
by Hansong Zhang
· 6 years ago
8303629
Add Filtering for snoop logs based on L2CAP and RFCOMM Channels (1/4)
by Ajay Panicker
· 6 years ago
050ef35
Remove BTM_SCO_INCLUDED flag
by Jack He
· 6 years ago
2357254
Get rid of is_ble_connecting and ble_connecting_bda
by Jakub Pawlowski
· 6 years ago
50a0ec2
Split l2cu_create_conn into two separate, transport-specific functions
by Jakub Pawlowski
· 6 years ago
fadc6b9
L2CAP: Handle no idle timeout (0xFFFF)
by Nitin Shivpure
· 6 years ago
d97e095
Replace period_ms_t with uint64_t
by Jack He
· 6 years ago
5e77625
Get rid of warning when connecting LE device
by Jakub Pawlowski
· 6 years ago
c47e41c
Fix LE cancel open when physical connection is established but not ready
by WENTAO WANG
· 7 years ago
273ffd8
Add more details in native Bluetooth debug logs
by Stanley Tng
· 7 years ago
49dd53c
Added support for new Android API for LE CoC
by Stanley Tng
· 7 years ago
812b0f7
L2CAP: Add parameter to indicate last piece of an SDU
by Jakub Pawlowski
· 7 years ago
17d5034
Move repeated code from l2cu_check_channel_congestion into a separate function
by Jakub Pawlowski
· 7 years ago
54469cf
Change the connecting state to FALSE for BLE devices while releasing LCB
by Albin Joy
· 7 years ago
5b790fe
Make copyright headers consistent with Google template; remove "(C)"
by Jakub Pawlowski
· 7 years ago
b749ebd
Use unary operator instead of == bool
by Myles Watson
· 7 years ago
3992f45
L2CAP: Remove UCD related flags
by Jack He
· 7 years ago
be8bbd7
Fix alarms being posted on wrong thread
by Jakub Pawlowski
· 7 years ago
b8568ae
Implement HCI_Read_Automatic_Flush_Timeout mechanism
by Pavlin Radoslavov
· 7 years ago
a484a88
Rename bt_bdaddr_t into RawAddress (3/3)
by Jakub Pawlowski
· 7 years ago
624ba68
Set the A2DP media channel as a high priority L2CAP link
by Ben YoungTae Kim
· 7 years ago
b8a477e
Get rid of BD_ADDR
by Jakub Pawlowski
· 7 years ago
c2276b0
Use bt_bdaddr_t instead of BD_ADDR
by Jakub Pawlowski
· 7 years ago
35e95c9
Ensure we don't send more packets than firmware allows
by Yamei Du
· 9 years ago
8451ad0
Fix BLE white list issues
by Emil Lenngren
· 8 years ago
7c8bab2
Fix LE disconnecting right after pairing
by Jakub Pawlowski
· 8 years ago
96fb273
Add option to specify initial LE connection PHY (1/3)
by Jakub Pawlowski
· 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
84baa7f
Remove BLE_INCLUDED define
by Myles Watson
· 8 years ago
b2a292b
Renamed most C files to C++: *.c to *.cc
by Pavlin Radoslavov
· 8 years ago
[Renamed (99%) from stack/l2cap/l2c_utils.c]
763abdf
Remove return value from btsnd_hcic_* functions
by Jakub Pawlowski
· 8 years ago
b6ab9b3
Ignore return value of btsnd_hcic_* functions
by Jakub Pawlowski
· 8 years ago
d19e078
Use standard types, consistent ifdef style everywhere
by Marie Janssen
· 8 years ago
8cbc291
Add missing NULL pointers assignments
by Pavlin Radoslavov
· 8 years ago
494b510
Check CCB state before executing channel state machine events
by Gurpreet Ghai
· 9 years ago
5e8a3d7
Fix for issue introduced due to rebase of LE L2CAP COC
by Navin Kochar
· 9 years ago
c4de4cb
Add a log message to capture empty queue in l2c_enqueue_peer_data()
by Pavlin Radoslavov
· 9 years ago
072bd75
Do not leak eventfd's for RFCOMM/AVDT/L2CAP
by Andre Eisenbach
· 9 years ago
6721232
Add LE L2CAP Connection Oriented Channel
by Navin Kochar
· 9 years ago
bf955cb
GATT: Initiate L2CAP disconnect only when the channel is open
by venkata Jagadeesh
· 9 years ago
1be7ae1
Remove btla-specific comments
by Jakub Pawlowski
· 9 years ago
9146927
Fix l2cu_initialize_fixed_ccb() to return only initialized entries
by Pavlin Radoslavov
· 9 years ago
0fc412c
Revert "Pick proper addres type for unknown devices"
by Andre Eisenbach
· 9 years ago
fd7ca62
Get rid of counter
by Jakub Pawlowski
· 9 years ago
e6e73fa
Remove the need for -Wno-constant-logical-operand
by Andre Eisenbach
· 9 years ago
b7672f4
Pick proper addres type for unknown devices
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
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
693eee7
Set bits 4-6 to 0 in L2CAP fixed channel supported bit mask.
by yanlaijun
· 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
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
636d671
LE Data Packet Extension support
by Priti Aghera
· 10 years ago
444a8da
LE Privacy 1.2 and LE secure connections
by Satya Calloji
· 10 years ago
8372aa5
L2CAP and SDP Search API for BT profiles (2/2)
by Kim Schulz
· 10 years ago
0b47e0a
Avoid duplicate disconnection callbacks for fixed channel connections
by Satya Calloji
· 10 years ago
ef92b53
Avoid null-pointer dereference in l2c_release_lcb()
by Andre Eisenbach
· 10 years ago
b2386cb
Reset LE connecting flag on disconnect only if BDA matches
by Nitin Arora
· 10 years ago
95b74f2
Use fully qualified path for btcore includes.
by Sharvil Nanavati
· 10 years ago
a3dd6f9
Add connection-specific function L2CA_SetConnectionCallbacks.
by Sharvil Nanavati
· 10 years ago
79ecab5
Move controller module to device directory
by Chris Manton
· 10 years ago
cccf02f
Instrument data flow a bit
by Chris Manton
· 10 years ago
584846a
Remove always true BTM_BUSY_LEVEL_CHANGE_INCLUDED
by Chris Manton
· 10 years ago
794f3b5
Removal of bd.[c|h]
by Chris Manton
· 10 years ago
86a56d3
Remove always false TCS_INCLUDED macro & friends
by Zach Johnson
· 10 years ago
30e5806
Refactor btm_devctl reset sequence
by Zach Johnson
· 10 years ago
dab5059
Fix memory leak in L2CAP utils
by Sharvil Nanavati
· 10 years ago
6c303ae
Replace BUFFER_Q with list_t
by Chris Manton
· 10 years ago
fe7216c
Enforce GKI API buffer usage
by Chris Manton
· 11 years ago
97e75b7
LE: Serialize multiple connection parameter update requests
by Chaojing Sun
· 10 years ago
1fbddc8
Revert "Unable to connect to a Motorola s705 until Bluetooth was toggled of and back on"
by Andre Eisenbach
· 10 years ago
7ae2515
Avoid premature LE connection notifaction to app
by Prerepa Viswanadham
· 10 years ago
92ac2d8
LE link_xmit_quota is not correctly allocated
by Mudumba Ananth
· 10 years ago
eb29aed
LE: Fix HOGP connection issues caused by incorrect HCI packet flags
by Richie Hsieh
· 10 years ago
79f454d
L2CAP: Send HCI connect with all packet types supported
by Hemant Gupta
· 11 years ago
493a98a
LE: Add notification sent and congestion callbacks (2/4)
by Andre Eisenbach
· 11 years ago
e8c3d75
Logging cleanup: BTIF and APPL.
by Sharvil Nanavati
· 11 years ago
a51c9d9
Logging cleanup: L2CAP and SDP.
by Sharvil Nanavati
· 11 years ago
8fe5887
Merge BT 4.1 features
by Ganesh Ganapathi Batta
· 11 years ago
63471e7
Fix warning "implicit declaration of function 'bdcmp'"
by Mike J. Chen
· 11 years ago
a934f01
Unable to connect to a Motorola s705 until Bluetooth was toggled of and back on
by Zhihai Xu
· 11 years ago
98657a3
LE: Release transmit buffer credits
by Andre Eisenbach
· 11 years ago
c9053e6
Proper management of controller ACL buffers.
by Ganesh Ganapathi Batta
· 12 years ago
3aa6054
Parse LMP features to enable LE support
by Andre Eisenbach
· 12 years ago
ead3cde
Initial version of BLE support for Bluedroid
by Ganesh Ganapathi Batta
· 12 years ago
5738f83
Snapshot cdeccf6fdd8c2d494ea2867cb37a025bf8879baf
by The Android Open Source Project
· 12 years ago