esp-idf/components/bt/host/bluedroid/stack/l2cap
Chinmay Chhajed ce21340dc5 Bluedroid: Do not initiate/accept connection with device having same BDADDR.
Added BD_ADDR comparison in l2cu_lcp_allocate and removed check from
security connection request handler as it's handled in l2cu_lcp_allocate
for both connection request and create connection.
2021-02-10 15:41:40 +05:30
..
include components/bt: Fixed the state not synchronized between controller and host when disconnected. 2020-09-02 21:33:06 +08:00
l2c_api.c component/bt: Fixed ble memory leak issue, buff_semaphore was not released. 2020-08-07 15:15:49 +08:00
l2c_ble.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
l2c_csm.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
l2c_fcr.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
l2c_link.c component/bt: Fixed the watchdog timeout of btu task during multi-connection 2020-09-04 16:24:23 +08:00
l2c_main.c components/bt: Add api to query the number of available buffers for the current connection 2020-06-18 15:01:05 +08:00
l2c_ucd.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
l2c_utils.c Bluedroid: Do not initiate/accept connection with device having same BDADDR. 2021-02-10 15:41:40 +05:30
l2cap_client.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00