OVMS3-idf/components/bt/esp_ble_mesh/mesh_common
lly 939a3b78e2 ble_mesh: Fix wrong log output with bt_hex
- This issue was introduced in the commit: a788e7cd3d
  which updated the bt_hex() function incorrectly.
- And in bt_hex(), we use 2 for the two-dimensional array, because currently
  at most two bt_hex() will be used at the same time. Also this will save
  some DRAM compared with using 4.
2020-06-24 10:33:58 +00:00
..
include ble_mesh: Add net_buf_simple_init_with_data [Zephyr] 2020-06-02 10:32:24 +08:00
mesh_aes_encrypt.c ble_mesh: Miscellaneous modifications 2020-02-27 14:42:25 +08:00
mesh_atomic.c ble_mesh: Split mesh mutex into a separate file 2020-05-21 15:19:52 +08:00
mesh_buf.c ble_mesh: Add net_buf_simple_init_with_data [Zephyr] 2020-06-02 10:32:24 +08:00
mesh_common.c ble_mesh: Split mesh mutex into a separate file 2020-05-21 15:19:52 +08:00
mesh_kernel.c ble_mesh: Split mesh os related into a separate file 2020-05-21 15:22:13 +08:00
mesh_mutex.c ble_mesh: Spit mesh_util.h into different header files 2020-05-21 15:22:16 +08:00
mesh_timer.c ble_mesh: Check the result of creating timer 2020-05-28 10:27:25 +08:00
mesh_util.c ble_mesh: Fix wrong log output with bt_hex 2020-06-24 10:33:58 +00:00