OVMS3-idf/components/bt/bluedroid/btc/profile/std/gap
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
..
btc_gap_ble.c fix TX power value in ble adv data is incorrect 2018-09-12 20:23:45 +08:00
btc_gap_bt.c component/bt: Add Legacy Pairing 2018-09-04 21:11:03 +08:00