index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_event.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-08
Bluetooth: Fix advertising and active scanning co-existence
Johan Hedberg
1
-1
/
+9
2014-07-08
Bluetooth: Remove unnecessary mgmt_advertising function
Johan Hedberg
1
-2
/
+0
2014-07-08
Bluetooth: Add flag to track the real advertising state
Johan Hedberg
1
-0
/
+4
2014-07-07
Bluetooth: Pass desired connection role to hci_connect_le()
Johan Hedberg
1
-1
/
+2
2014-07-07
Bluetooth: Remove auth_type parameter from hci_connect_le()
Johan Hedberg
1
-1
/
+1
2014-07-07
Bluetooth: Remove unnecessary return value from check_pending_le_conn
Johan Hedberg
1
-7
/
+5
2014-07-07
Bluetooth: Fix connecting devices during LE device discovery
Johan Hedberg
1
-18
/
+29
2014-07-06
Bluetooth: Fix updating background scan for LE connect complete
Johan Hedberg
1
-3
/
+2
2014-07-06
Bluetooth: Use lower timeout for LE auto-connections
Johan Hedberg
1
-3
/
+3
2014-07-05
Bluetooth: Store Bluetooth address from controller setup
Marcel Holtmann
1
-1
/
+7
2014-07-05
Bluetooth: Use a more simpler style for HCI event callbacks
Marcel Holtmann
1
-54
/
+88
2014-07-04
Bluetooth: Don't take actions on blocked devices when scanning
Johan Hedberg
1
-0
/
+4
2014-07-04
Bluetooth: Use hci_pend_le_action_lookup to look up report entries
Johan Hedberg
1
-5
/
+3
2014-07-04
Bluetooth: Make hci_pend_le_conn_lookup more general purposed
Johan Hedberg
1
-1
/
+1
2014-07-04
Bluetooth: Remove unnecessary usage of hci_pend_le_conn_add
Johan Hedberg
1
-1
/
+3
2014-07-04
Bluetooth: Simplify hci_conn_params->action list usage
Johan Hedberg
1
-2
/
+4
2014-07-04
Bluetooth: Convert pend_le_reports into a list
Johan Hedberg
1
-1
/
+1
2014-07-04
Bluetooth: Fix missing return statement in process_adv_report
Johan Hedberg
1
-0
/
+1
2014-07-03
Bluetooth: Add identity address check in param lookup functions
Johan Hedberg
1
-4
/
+0
2014-07-03
Bluetooth: Remove unnecessary checks for auto-connected devices
Johan Hedberg
1
-5
/
+9
2014-07-03
Bluetooth: Use hci_conn_params in pend_le_conns
Johan Hedberg
1
-2
/
+5
2014-07-03
Bluetooth: Remove redundant IRK lookup
Johan Hedberg
1
-17
/
+7
2014-07-03
Bluetooth: Support scanning for devices using RPA
Johan Hedberg
1
-0
/
+12
2014-07-03
Bluetooth: Add support for background LE scanning
Johan Hedberg
1
-2
/
+23
2014-07-03
Bluetooth: Pass store hint to mgmt_new_conn_param
Johan Hedberg
1
-2
/
+6
2014-07-03
Bluetooth: Fix missing update of conn params
Johan Hedberg
1
-1
/
+17
2014-07-03
Bluetooth: Drop LE connections for blocked devices
Johan Hedberg
1
-0
/
+12
2014-07-03
Bluetooth: Introduce "New Connection Parameter" Event
Andre Guedes
1
-0
/
+4
2014-07-03
Bluetooth: Connection Parameter Update Procedure
Andre Guedes
1
-0
/
+50
2014-07-03
Bluetooth: Add flag to track STK encryption
Johan Hedberg
1
-0
/
+3
2014-07-03
Bluetooth: Add support for Not Connectable flag for Device Found events
Marcel Holtmann
1
-8
/
+32
2014-07-03
Bluetooth: Provide flags parameter direct to mgmt_device_found
Marcel Holtmann
1
-21
/
+27
2014-07-03
Bluetooth: Fix merge of advertising data and scan response data
Marcel Holtmann
1
-2
/
+2
2014-07-03
Bluetooth: Fallback to SCO on error code 0x10 (Connection Accept Timeout)
Nick Pelly
1
-0
/
+1
2014-07-03
Bluetooth: Add tracking of local and piconet clock values
Johan Hedberg
1
-0
/
+39
2014-07-03
Bluetooth: Convert hci_conn->link_mode into flags
Johan Hedberg
1
-14
/
+14
2014-07-03
Bluetooth: Convert hcon->flush_key to a proper flag
Johan Hedberg
1
-2
/
+6
2014-07-03
Bluetooth: Don't store debug keys if flag for them is not set
Johan Hedberg
1
-7
/
+11
2014-07-03
Bluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYS
Johan Hedberg
1
-1
/
+1
2014-07-03
Bluetooth: Move mgmt event sending out from hci_add_link_key()
Johan Hedberg
1
-3
/
+15
2014-07-03
Bluetooth: Set default min/max connection interval for LE slaves
Marcel Holtmann
1
-0
/
+8
2014-07-03
Bluetooth: Track LE connection parameter update event
Marcel Holtmann
1
-0
/
+27
2014-07-03
Bluetooth: Store current LE connection parameters in hci_conn struct
Marcel Holtmann
1
-0
/
+4
2014-07-03
Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one
Jukka Rissanen
1
-3
/
+0
2014-07-03
Bluetooth: Remove HCI prefix from SMP LTK defines
Johan Hedberg
1
-1
/
+2
2014-07-03
Bluetooth: Remove unnecessary SMP STK define
Johan Hedberg
1
-1
/
+1
2014-07-03
Bluetooth: Use struct delayed_work for HCI command timeout
Marcel Holtmann
1
-2
/
+2
2014-06-13
Bluetooth: Fix indicating discovery state when canceling inquiry
Johan Hedberg
1
-0
/
+4
2014-06-13
Bluetooth: Add clarifying comment for conn->auth_type
Johan Hedberg
1
-1
/
+5
2014-06-13
Bluetooth: Fix SSP acceptor just-works confirmation without MITM
Johan Hedberg
1
-2
/
+5
[prev]
[next]