OVMS3-idf/components/bt/bluedroid/stack
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
..
a2dp component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
avct Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning 2018-08-01 15:10:28 +08:00
avdt component/bt: retrieve disconnection reason in AVDT when ACL-U link is disconnected 2018-08-03 15:36:44 +08:00
avrc component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
btm fix TX power value in ble adv data is incorrect 2018-09-12 10:19:08 +00:00
btu component/bt: Some timer oneshot will timeout twice (backport v3.1) 2018-08-25 15:50:46 +00:00
gap Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning 2018-08-01 15:10:28 +08:00
gatt Component/bt: fix memory leak in security server 2018-08-29 17:56:14 +00:00
hcic components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +08:00
include/stack fix TX power value in ble adv data is incorrect 2018-09-12 10:19:08 +00:00
l2cap Component/bt: fix SC_MITM_BOND failed in smp for iphones 2018-08-04 17:02:13 +08:00
rfcomm component/bt: Fix bug rfcomm test command cause crash (backport 3.1) 2018-09-03 14:17:56 +08:00
sdp component/bt: Fix bug of SDP find services by uuid always return success (backport 3.1) 2018-09-03 11:52:19 +08:00
smp Component/bt: fix memory leak in security server 2018-08-29 17:56:14 +00:00