Jiang Jiang Jian
|
d78831ab2b
|
Merge branch 'bugfix/remove_v40_deprecations' into 'master'
Remove features deprecated before ESP-IDF V4.0
Closes IDF-507
See merge request espressif/esp-idf!5841
|
2019-09-19 16:07:01 +08:00 |
|
Jiang Jiang Jian
|
5051bb906a
|
Merge branch 'bugfix/ble_mesh_get_timer_remaining_time' into 'master'
ble_mesh: fix ble mesh get timer remaining time
See merge request espressif/esp-idf!6060
|
2019-09-18 16:38:24 +08:00 |
|
lly
|
9ee5e3d8ed
|
ble_mesh: fix duplicate memory free during receiving status message
|
2019-09-16 17:34:08 +08:00 |
|
lly
|
e1b04df763
|
ble_mesh: make unicast elem lookup O(1)
|
2019-09-16 14:55:41 +08:00 |
|
Angus Gratton
|
596ccc6793
|
bluetooth: Remove bt.h header (deprecated in v3.1-dev)
|
2019-09-13 09:44:07 +10:00 |
|
Jiang Jiang Jian
|
9f145ff165
|
Merge branch 'feature/btdm_add_hf_nvrc_command' into 'master'
BT HFP: Add AT+NREC=0 command for disabling AG echo cancellation.
See merge request espressif/esp-idf!5974
|
2019-09-12 13:25:18 +08:00 |
|
Jiang Jiang Jian
|
d1e5d9c8c9
|
Merge branch 'bugfix/btdm_config_msbc' into 'master'
components/bt: Disable Wide Bond Speech when SCO data path is PCM
See merge request espressif/esp-idf!5978
|
2019-09-12 13:23:41 +08:00 |
|
lly
|
5d1f84f69c
|
ble_mesh: fix ble mesh get timer remaining time
|
2019-09-10 16:58:41 +08:00 |
|
lly
|
1a8f37b383
|
ble_mesh: update ble mesh examples sdkconfig.defaults
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
d48c89b56a
|
ble_mesh: fix ble mesh btc may caused memory leak
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
8a41132507
|
ble_mesh: fix publication period timestamp initialization
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
715cf7d578
|
ble_mesh: remove useless mesh_opcode
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
8580a3211b
|
ble_mesh: fix bt_mesh_net_resend() caused compiling error
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
8a7ab6cb3d
|
ble_mesh: fix adhering to the configured Friend Queue size
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
29de1a9acf
|
ble_mesh: remove useless code bt_mesh_trans_resend()
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
386a5d649c
|
ble_mesh: lpn remove msg from cache on rejection
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
9a672caa7e
|
ble_mesh: introduce a helper for send callback function
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
05128c98ec
|
ble_mesh: fix heartbeat sending on friendship established/lost
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
9f80c24b74
|
ble_mesh: fix checking for active heartbeat publication
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
b9c43cec19
|
ble_mesh: fix starting iv update when not on primary subnet
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
3f6968e31b
|
ble_mesh: fix canceling publication retransmit timer
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
10bffaebf1
|
ble_mesh: fix resending segments on correct bearer
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
e152df43f1
|
ble_mesh: fix not sending all segments through the Friend Queue
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
f449cb7843
|
ble_mesh: fix canceled buffer memory leak
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
2afc9b820d
|
ble_mesh: remove some useless copy during ecdh calculation
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
75b0f50aa0
|
ble_mesh: move heartbeat sending to transport layer
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
edf0b9ee02
|
ble_mesh: fix provisioning send error handling
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
1c06494293
|
ble_mesh: fix rejecting invalid remote public key
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
3e47f3ec87
|
ble_mesh: add error checks for scan start/stop
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
3e489d40ff
|
ble_mesh: rename reset_link() to reset_adv_link()
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
f2b0b00020
|
ble_mesh: fix public key mismatch error handling
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
630e911958
|
ble_mesh: update protocol error timeout from zephyr
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
716db01a7f
|
ble_mesh: fix segmented message RPL behavior
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
5f5f5cf305
|
ble_mesh: clear LPN sent_req on failure
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
4bf4094e40
|
ble_mesh: update proxy sar operation from zephyr
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
9c98a8d645
|
ble_mesh: fix postponing storage deadline indefinitely
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
c44a3f1209
|
ble_mesh: fix RPL storage timeout handling
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
9a7efd30ef
|
ble_mesh: fix output MIC with additional data
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
f3e7656c06
|
ble_mesh: remove non-standard relay opearation
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
0c82a32524
|
ble_mesh: fix finding netkey/appkey/devkey for tx/rx msg
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
b8cb769ce3
|
ble_mesh: fix failed to set device role caused mem leak
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
624bf7e3a0
|
ble_mesh: ble mesh btc miscellaneous modifications
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
1f96bf5906
|
ble_mesh: fix MESH/NODE/FRND/FN/BV-11-C related bug
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
f25640e9e5
|
ble_mesh: fix MESH/NODE/CFG/GPXY/BV-02-C & MESH/NODE/CFG/NID/BV-02-C related bug
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
014a35c1df
|
ble_mesh: fix MESH/NODE/CFG/HBS/BV-01-C related bug
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
b3bc60183d
|
ble_mesh: rename ble mesh client model variables and functions
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
5f6259a625
|
ble_mesh: reorganize ble mesh model files
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
a788e7cd3d
|
ble_mesh: sync zephyr v1.14.0 bt_hex()
|
2019-09-09 17:15:16 +08:00 |
|
lly
|
c648054e08
|
ble_mesh: fix provisioner prov auth bug
|
2019-09-09 17:15:16 +08:00 |
|
Jiang Jiang Jian
|
84daad38c3
|
Merge branch 'bugfix/btdm_a2dp_sink_media_suspend_cmd_unack' into 'master'
bugfix/btdm_a2dp_sink_media_suspend_cmd_unack
See merge request espressif/esp-idf!5937
|
2019-09-06 14:29:45 +08:00 |
|