zephyr-configurator/snippets/bluetooth/led/code1.txt
H4CK3R-01 a75c2d467c
All checks were successful
Build & Publish / build (push) Successful in 8m17s
Added new bluetooth samples
2023-09-08 13:28:04 +02:00

7 lines
169 B
Plaintext

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;
}