Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_slot.c19 #define SLOT_ENTRY_BUFLEN 25 macro
39 static char *slot_entry_encode(uint16_t idx, char buf[SLOT_ENTRY_BUFLEN], in slot_entry_encode() argument
42 snprintf(buf, SLOT_ENTRY_BUFLEN, DFU_SLOT_SETTINGS_PATH "/%x/%s", idx, in slot_entry_encode()
71 char buf[SLOT_ENTRY_BUFLEN]; in slot_store()
96 char buf[SLOT_ENTRY_BUFLEN]; in slot_erase()