zephyr-configurator/snippets/bluetooth/led/code1.txt

7 lines
169 B
Plaintext
Raw Normal View History

2023-09-08 11:28:04 +00:00
static ssize_t recv(struct bt_conn *conn, const struct bt_gatt_attr *attr, const void *buf, uint16_t len, uint16_t offset, uint8_t flags)
{
led_update();
return 0;
}