Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/
Dboard.c21 static void button_tap_cb(void* arg) in button_tap_cb() function
30 iot_button_set_evt_cb(btn_handle, BUTTON_CB_RELEASE, button_tap_cb, "RELEASE"); in board_button_init()
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/
Dboard.c31 static void button_tap_cb(void* arg) in button_tap_cb() function
41 iot_button_set_evt_cb(btn_handle, BUTTON_CB_RELEASE, button_tap_cb, "RELEASE"); in board_button_init()
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/
Dboard.c59 static void button_tap_cb(void* arg) in button_tap_cb() function
70 iot_button_set_evt_cb(btn_handle, BUTTON_CB_RELEASE, button_tap_cb, "RELEASE"); in board_button_init()
/hal_espressif-3.5.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/main/
Dboard.c29 void button_tap_cb(void* arg) in button_tap_cb() function
59 iot_button_set_evt_cb(dev_on_off_btn, BUTTON_CB_TAP, button_tap_cb, &dev_on_btn_num); in board_led_init()