OVMS3-idf/components/bt
Tian Hao a05868f0a8 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 10:19:08 +00:00
..
bluedroid fix TX power value in ble adv data is incorrect 2018-09-12 10:19:08 +00:00
include Merge branch 'bugfix/btdm_tx_power_value' into 'master' 2018-06-13 07:43:13 +08:00
lib@00e64bfb47 fix bluetooth security vulnerability of ECDH publick key checking 2018-08-30 11:09:02 +08:00
test component/bt: Fixed the vulnerability released by Bluetooth org when using public key not check in the process of ECDH encryption. 2018-08-13 19:47:02 +08:00
bt.c bt : fix bug that bluetooth controller init/disable/enable/disable may cause exception 2018-08-01 20:08:40 +08:00
CMakeLists.txt cmake: Fix bt component dependencies 2018-08-20 10:47:55 +10:00
component.mk component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
Kconfig Merge branch 'release/v3.1' into feature/cmake_v3.1 2018-08-17 14:14:10 +10:00