OVMS3-idf/components/bt/esp_ble_mesh/mesh_common
lly adbc337023 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 11:50:58 +00:00
..
include ble_mesh: Add net_buf_simple_init_with_data [Zephyr] 2020-06-02 10:33:05 +08:00
mesh_aes_encrypt.c ble_mesh: Add ESP BLE Mesh implementation 2020-02-03 12:03:36 +08:00
mesh_atomic.c ble_mesh: Split mesh mutex into a separate file 2020-05-13 03:40:30 +00:00
mesh_buf.c ble_mesh: Add net_buf_simple_init_with_data [Zephyr] 2020-06-02 10:33:05 +08:00
mesh_common.c ble_mesh: Split mesh mutex into a separate file 2020-05-13 03:40:30 +00:00
mesh_kernel.c ble_mesh: Split mesh os related into a separate file 2020-05-13 03:40:30 +00:00
mesh_mutex.c ble_mesh: Spit mesh_util.h into different header files 2020-05-13 03:40:30 +00:00
mesh_timer.c ble_mesh: Check the result of creating timer 2020-05-28 10:28:36 +08:00
mesh_util.c ble_mesh: Fix wrong log output with bt_hex 2020-06-24 11:50:58 +00:00