Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/
Dmesh_util.c18 static uint8_t curbuf; in bt_hex() local
23 str = hexbufs[curbuf++]; in bt_hex()
24 curbuf %= ARRAY_SIZE(hexbufs); in bt_hex()