OVMS3-idf/components/bt/bluedroid/stack/btm
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
..
include Component/bt: fix get error adv packet sometimes 2018-08-28 14:13:10 +08:00
btm_acl.c bt : fix read rssi conflict when in dual mode 2018-06-26 11:54:39 +08:00
btm_ble.c Component/bt: fix SC_MITM_BOND failed in smp for iphones 2018-08-04 17:02:13 +08:00
btm_ble_addr.c component/bt: Update BLE private address after it's private address interval (backport 3.1) 2018-09-03 14:27:15 +08:00
btm_ble_adv_filter.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
btm_ble_batchscan.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +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 component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
btm_ble_gap.c Component/bt: fix get error adv packet sometimes 2018-08-28 14:13:10 +08:00
btm_ble_multi_adv.c fix TX power value in ble adv data is incorrect 2018-09-12 10:19:08 +00:00
btm_ble_privacy.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
btm_dev.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
btm_devctl.c component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
btm_inq.c component/bt : fix bug that set discovery mode will stop ble adv 2018-09-04 20:29:36 +08:00
btm_main.c Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning 2018-08-01 15:10:28 +08:00
btm_pm.c components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +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:24:00 +08:00
btm_sec.c Component/bt: fix SC_MITM_BOND failed in smp for iphones 2018-08-04 17:02:13 +08:00