Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c42 #define VND_MAX_LEN 20 macro
46 static uint8_t vnd_value[VND_MAX_LEN + 1] = { 'V', 'e', 'n', 'd', 'o', 'r'};
47 static uint8_t vnd_auth_value[VND_MAX_LEN + 1] = { 'V', 'e', 'n', 'd', 'o', 'r'};
48 static uint8_t vnd_wwr_value[VND_MAX_LEN + 1] = { 'V', 'e', 'n', 'd', 'o', 'r' };
65 if (offset + len > VND_MAX_LEN) { in write_vnd()
179 if (offset + len > VND_MAX_LEN) { in write_without_rsp_vnd()