Home
last modified time | relevance | path

Searched refs:hexbufs (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_util.c19 static char hexbufs[2][129]; in bt_hex() local
25 str = hexbufs[curbuf++]; in bt_hex()
26 curbuf %= ARRAY_SIZE(hexbufs); in bt_hex()
28 len = MIN(len, (sizeof(hexbufs[0]) - 1) / 2); in bt_hex()