esp-idf/components/bt/host/bluedroid/stack/btm
Chinmay Chhajed 5596f37af1 bt: removed esp_bt_get_mac()
There was no need for this function as there is already a way present to
fetch own mac address. Own mac addr can be fetched by calling
controller_get_interface().
2021-02-09 12:09:15 +05:30
..
include component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
btm_acl.c Add API to config QoS 2021-01-05 10:32:47 +08:00
btm_ble_5_gap.c component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
btm_ble_addr.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
btm_ble_adv_filter.c Fix some typo in idf 2019-12-12 15:55:42 +08:00
btm_ble_batchscan.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
btm_ble_bgconn.c fix bluedroid deinit crash 2021-01-15 21:08:14 +08:00
btm_ble_cont_energy.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
btm_ble_gap.c fix scan rsp length err 2021-01-15 18:03:27 +08:00
btm_ble_multi_adv.c fix vendor hci memory leak 2021-01-15 18:03:15 +08:00
btm_ble_privacy.c component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
btm_ble.c fix bluedroid repair faild if the two most significant bits of public address is '01' 2021-01-15 18:04:27 +08:00
btm_dev.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
btm_devctl.c component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
btm_inq.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
btm_main.c Bluedroid stack dynamic allocation changes to optimise DRAM usage 2020-07-15 14:44:10 +05:30
btm_pm.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
btm_sco.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
btm_sec.c bt: removed esp_bt_get_mac() 2021-02-09 12:09:15 +05:30