21#include <esp_gatts_api.h>
void ble2902_handle_write(esp_gatt_if_t gatts_if, esp_ble_gatts_cb_param_t *param)
Callback when the client writes to the descriptor.
uint16_t ble2902_get_value(uint16_t handle)
Get the value of the descriptor.
Array< T, N > copyAs(const Array< U, N > &src)
Copy an Array to an Array of a different type.