OVMS3-idf/components/bt/bluedroid/stack
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
..
a2dp bt/a2dp: fix incorrect return type 2018-08-29 14:40:28 +08:00
avct Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning 2018-08-01 15:06:56 +08:00
avdt Merge branch 'bugfix/btdm_a2dp_disconnect_reason' into 'master' 2018-08-03 15:30:30 +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 20:23:45 +08:00
btu component/bt: Some timer oneshot will timeout twice 2018-08-13 06:00:11 +00:00
gap Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning 2018-08-01 15:06:56 +08:00
gatt Component/bt: fix memory leak in security server 2018-08-25 15:47:47 +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 20:23:45 +08:00
l2cap Component/bt: fix SC_MITM_BOND failed in smp for iphones 2018-08-04 16:52:53 +00:00
rfcomm component/bt: Fix bug rfcomm test command cause crash 2018-08-24 14:49:33 +08:00
sdp component/bt: Fix bug of SDP find services by uuid always return success 2018-08-27 02:14:45 +00:00
smp Component/bt: add set default passkey function 2018-09-07 10:55:44 +08:00