OVMS3-idf/components/bt/bluedroid
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
..
api Component/bt: add set default passkey function 2018-09-07 10:55:44 +08:00
bta Merge branch 'bugfix/btdm_a2dp_role_mixed_up' into 'master' 2018-09-12 16:44:53 +08:00
btc fix TX power value in ble adv data is incorrect 2018-09-12 20:23:45 +08:00
common/include/common fix TX power value in ble adv data is incorrect 2018-09-12 20:23:45 +08:00
device component/bt: bugfix for erroneous data reporting always enabled 2018-07-09 13:45:55 +08:00
external/sbc component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
hci component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
main component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
osi bluetooth: fix format overflow warnings 2018-08-29 14:40:28 +08:00
stack fix TX power value in ble adv data is incorrect 2018-09-12 20:23:45 +08:00