Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/eddystone/src/
Dmain.c24 #define NUMBER_OF_SLOTS 1 macro
124 .slots = NUMBER_OF_SLOTS,
148 static struct eds_slot eds_slots[NUMBER_OF_SLOTS] = {
149 [0 ... (NUMBER_OF_SLOTS - 1)] = {
199 if (value + 1 > NUMBER_OF_SLOTS) { in write_slot()