OVMS3-idf/components/bt
Tian Hao b9382b29fa fix TX power value in ble adv data is incorrect
refence to https://github.com/espressif/esp-idf/issues/2284
Before fixing, the tx power in adv data is always 0xeb(-21dbm).

restriction:
    If change BLE advertising TX power, please call esp_ble_gap_config_adv_data()
    after BLE adv TX power changed.

    Later, will implement set BLE advertising TX power via HCI, then the
    TX power value in adv data can be update automatically after BLE adv
    TX power changed.
2018-09-12 20:23:45 +08:00
..
bluedroid fix TX power value in ble adv data is incorrect 2018-09-12 20:23:45 +08:00
include components/bt: Make a pass through Bluetooth header files 2018-08-25 21:21:42 +05:30
lib@c272133d6d fix bluetooth security vulnerability of ECDH publick key checking 2018-08-30 11:39:19 +08:00
test Component/bt: add set default passkey function 2018-09-07 10:55:44 +08:00
bt.c components/bt: Fix broken API esp_bt_mem_release() for parameter ESP_BT_MODE_BTDM 2018-08-31 14:28:23 +00:00
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
component.mk component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
Kconfig Merge branch 'feature/cmake' into 'master' 2018-09-07 13:44:17 +08:00