Home
last modified time | relevance | path

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

/btstack/src/ble/gatt-service/
H A Dcycling_power_service_server.c178 gatt_date_time_t factory_calibration_date; member
613 little_endian_store_16(value, pos, instance->factory_calibration_date.year); in cycling_power_service_response_can_send_now()
615 value[pos++] = instance->factory_calibration_date.month; in cycling_power_service_response_can_send_now()
616 value[pos++] = instance->factory_calibration_date.day; in cycling_power_service_response_can_send_now()
617 value[pos++] = instance->factory_calibration_date.hours; in cycling_power_service_response_can_send_now()
618 value[pos++] = instance->factory_calibration_date.minutes; in cycling_power_service_response_can_send_now()
619 value[pos++] = instance->factory_calibration_date.seconds; in cycling_power_service_response_can_send_now()
1200 instance->factory_calibration_date = date; in cycling_power_service_server_set_factory_calibration_date()