esp-idf/components/bt/bluedroid/stack/btm
Chinmay Chhajed 4936e8f86c 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 17:16:47 +05:30
..
include Bluedroid: Do not connect if peer BD_ADDR is same as own BD_ADDR. 2021-01-14 14:32:58 +05:30
btm_acl.c Merge branch 'feature/esp_spp_stop_srv_v3.3' into 'release/v3.3' 2020-10-26 11:46:56 +08:00
btm_ble_addr.c component/bt: add clear rand address API 2018-09-17 20:09:03 +08:00
btm_ble_adv_filter.c Fix some typo in idf release v3.3 2020-02-20 20:05:10 +08:00
btm_ble_batchscan.c components/bt: Fix warning when disable debug logs or in release mode and improve the code structure 2019-03-26 14:46:36 +08:00
btm_ble_bgconn.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
btm_ble_cont_energy.c components/bt: Fix warning when disable debug logs or in release mode and improve the code structure 2019-03-26 14:46:36 +08:00
btm_ble_gap.c component/bt: support BLE Authorization 2020-12-03 20:25:47 +08:00
btm_ble_multi_adv.c fix TX power value in ble adv data is incorrect 2018-09-12 20:23:45 +08:00
btm_ble_privacy.c Bugfix/btdm fix doc and host bug backport v3.3 2019-12-18 14:19:13 +08:00
btm_ble.c Remove (x2) varible for BCM_STRNCPY_S and BCM_STRCPY_S 2020-06-02 08:30:02 +00:00
btm_dev.c Bluedroid: Authentication fixes in Legacy and Secure Connection. 2020-06-25 13:59:14 +00:00
btm_devctl.c Bluedroid: Authentication fixes in Legacy and Secure Connection. 2020-06-25 13:59:14 +00:00
btm_inq.c components/bt: Fix warning when disable debug logs or in release mode and improve the code structure 2019-03-26 14:46:36 +08:00
btm_main.c Component/bt: add BLE Blocking APIs 2018-11-09 03:31:08 +00:00
btm_pm.c Component/bt: fix build warning when bluedroid disable log 2019-03-20 15:02:57 +08:00
btm_sco.c component/bt: bugfix for incorrect length of HCI SCO packet size in HFP resulted from uninitialized data buffer length 2018-09-04 20:09:07 +08:00
btm_sec.c Bluedroid: Do not initiate/accept connection with device having same BDADDR. 2021-02-10 17:16:47 +05:30