OVMS3-idf/components/bt/bluedroid/common/include/common
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
..
bt_common_types.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bt_defs.h Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning 2018-08-01 15:06:56 +08:00
bt_target.h fix TX power value in ble adv data is incorrect 2018-09-12 20:23:45 +08:00
bt_trace.h components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +08:00
bt_vendor_lib.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bte.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
bte_appl.h component/bt: Add Secure Simple Pairing 2018-07-10 11:18:52 +08:00