Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c97 static uint8_t vnd_value[CHARACTERISTIC_DATA_MAX_LEN]; variable
630 memset(vnd_value, 0x00, sizeof(vnd_value)); in notify_peers()
631 snprintk(vnd_value, notification_size, "%s%u", NOTIFICATION_DATA_PREFIX, in notify_peers()
634 err = bt_gatt_notify(conn, vnd_attr, vnd_value, notification_size); in notify_peers()
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c46 static uint8_t vnd_value[VND_MAX_LEN + 1] = { 'V', 'e', 'n', 'd', 'o', 'r'}; variable
197 read_vnd, write_vnd, vnd_value),
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c767 static uint8_t vnd_value[] = { 'V', 'e', 'n', 'd', 'o', 'r' }; variable
809 if (offset + len > sizeof(vnd_value)) { in write_vnd()
860 read_vnd, write_vnd, vnd_value),