Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
bt
/
14012adcba6c81c24f6e3b579ee960ac8fb4ef37
/
stack
/
gap
7ee5835
[system][bt] fix -Wreorder-init-list
by Nick Desaulniers
· 5 years ago
8303629
Add Filtering for snoop logs based on L2CAP and RFCOMM Channels (1/4)
by Ajay Panicker
· 6 years ago
b22ea41
Revert "Remove redundant GATT_StartIf"
by Jakub Pawlowski
· 6 years ago
cb45b1e
Remove redundant GATT_StartIf
by Jakub Pawlowski
· 6 years ago
2dbd3ac
Minimize amount of Flow Control packets for L2CAP CoC
by Jakub Pawlowski
· 7 years ago
b9c95d5
Report LE CoC credits to GAP clients
by Jakub Pawlowski
· 7 years ago
42bdd07
Make GAP_ConnWriteData accept BT_HDR
by Jakub Pawlowski
· 7 years ago
ce5f485
Limit data accepted by GAP_ConnWriteData to just one SDU
by Jakub Pawlowski
· 7 years ago
00c922a
Fix buffer overflow in GAP_ConnWriteData
by Jakub Pawlowski
· 7 years ago
3114ecd
Revert "Fix buffer overflow in GAP_ConnWriteData"
by Hansong Zhang
· 7 years ago
9f9c476
Fix buffer overflow in GAP_ConnWriteData
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
d35eb7a
Make LE CoC Maximum PDU Size configurable
by Jakub Pawlowski
· 7 years ago
5b790fe
Make copyright headers consistent with Google template; remove "(C)"
by Jakub Pawlowski
· 7 years ago
5d5fcf2
Manually convert to unary where coccinelle could not
by Myles Watson
· 7 years ago
819e2ec
Use one type for UUID (1/5)
by Jakub Pawlowski
· 7 years ago
5c5c106
GAP: Set service_id before calling gap_release_ccb
by Myles Watson
· 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
c2276b0
Use bt_bdaddr_t instead of BD_ADDR
by Jakub Pawlowski
· 7 years ago
a66ea61
Get rid of AMP_INCLUDED
by Jakub Pawlowski
· 7 years ago
4dfce22
Get rid of GAP control block
by Jakub Pawlowski
· 7 years ago
0f3d3fe
Get rid of GAP_TRACE_* logs
by Jakub Pawlowski
· 7 years ago
b0e8d9c
Get rid of GAP_CONN_INCLUDED
by Jakub Pawlowski
· 7 years ago
c21894e
BLE GAP simplification
by Jakub Pawlowski
· 7 years ago
bd40666
Remove dead code from GAP
by Jakub Pawlowski
· 7 years ago
16bb48b
Fix GATT Server disconnecting for no reason
by Jakub Pawlowski
· 7 years ago
63e8f19
Revert "Fix GATT Server disconnecting for no reason"
by Jakub Pawlowski
· 7 years ago
feec106
Fix crashes when GAP operation is interrupted by disconnection
by Jakub Pawlowski
· 7 years ago
b69edd5
Fix GATT Server disconnecting for no reason
by Jakub Pawlowski
· 7 years ago
b5ba4fd
Expose connection update callback (1/3)
by Jakub Pawlowski
· 8 years ago
eafd45d
Set preferred PHY and read PHY implementation (3/3)
by Jakub Pawlowski
· 8 years ago
0ec9475
Fix comment formatting at the beginning of lines
by Myles Watson
· 8 years ago
e286676
Use local CCB variable in loop to check GAP CCB pool
by Venkata Ramana Rao
· 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
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
a1a32078
Remove GAP_CONN_POST_EVT_INCLUDED
by Andre Eisenbach
· 8 years ago
b2a292b
Renamed most C files to C++: *.c to *.cc
by Pavlin Radoslavov
· 8 years ago
109891d
Make gatt_attr use opportunistic connection
by Jakub Pawlowski
· 8 years ago
d19e078
Use standard types, consistent ifdef style everywhere
by Marie Janssen
· 8 years ago
a641b6f
GATT Server refactoring (4/4)
by Jakub Pawlowski
· 9 years ago
8e7323e
Removed unused functions
by Pavlin Radoslavov
· 9 years ago
6721232
Add LE L2CAP Connection Oriented Channel
by Navin Kochar
· 9 years ago
4e972d8
Track TX empty event to manage sniff timer
by Srinu Jella
· 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
258c253
GKI cleanup - moved GKI buffer allocation wrappers 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
1eb1ea0
GKI cleanup - Moved functions GKI_disable() and GKI_enable() to OSI
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
cab5fc1
gn-build: Remove all -Wno-unused-* flags from build files
by Arman Uguray
· 9 years ago
d232721
L2CAP socket - fix merge errors
by Casper Bonde
· 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
6564588
Remove unused code in GAP
by Zach Johnson
· 10 years ago
832bc91
Prune BTM_SetSecurityMode and GAP_SetSecurityMode
by Zach Johnson
· 10 years ago
24933b5
Removing unnecessary BTAPI #defines.
by June R. Tate-Gans
· 10 years ago
860a9af
Replace mailboxes with fixed queues.
by Chris Manton
· 10 years ago
53c5eb2
Removed always false macro BTM_INQ_GET_REMOTE_NAME
by Zach Johnson
· 10 years ago
fe7216c
Enforce GKI API buffer usage
by Chris Manton
· 11 years ago
2772dac
Bluetooth: fix the HOGP device(iBUFFALO BSMBB09DS) pair and reconnect problem.
by Thomas.TT_Lin
· 10 years ago
4dcde90
resolved conflicts for merge of b44cc59d to master
by Matthew Xie
· 10 years ago
d9a4708
am d5bba906: Logging cleanup: RFCOMM and GAP.
by Sharvil Nanavati
· 10 years ago
17b04bd
LE: Add notification sent and congestion callbacks (2/4)
by Andre Eisenbach
· 11 years ago
b44cc59
Logging cleanup: AVRC, MCA, GATT, and SMP.
by Sharvil Nanavati
· 11 years ago
d5bba90
Logging cleanup: RFCOMM and GAP.
by Sharvil Nanavati
· 11 years ago
7fa4fba
Merge BT 4.1 features
by Ganesh Ganapathi Batta
· 11 years ago
8fe5887
Merge BT 4.1 features
by Ganesh Ganapathi Batta
· 11 years ago
5cd8bff
Major warnings cleanup
by Mike J. Chen
· 11 years ago
7051db3
BLE HID device connection failure due to security error.
by Zhihai Xu
· 11 years ago
6975b4d
LE: UPF 45 bug fixes
by Andre Eisenbach
· 11 years ago
ead3cde
Initial version of BLE support for Bluedroid
by Ganesh Ganapathi Batta
· 12 years ago