Searched refs:coap_led_set_state (Results 1 – 4 of 4) sorted by relevance
31 int coap_led_set_state(const char *addr, int led_id, int state);
32 coap_led_set_state("ff03::1", 0, LED_MSG_STATE_TOGGLE); in button_pressed()
42 return coap_led_set_state(addr, led_id, led_state); in coap_cmd_led_set()
163 int coap_led_set_state(const char *addr, int led_id, int state) in coap_led_set_state() function