Home
last modified time | relevance | path

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

/btstack/src/ble/gatt-service/
H A Dcycling_power_service_server.c1185 static int gatt_date_is_valid(gatt_date_time_t date){ in gatt_date_is_valid() argument
1186 if ((date.year != 0u) && ((date.year < 1582u) || (date.year > 9999u))) return 0u; in gatt_date_is_valid()
1187 if ((date.month != 0u) && (date.month > 12u)) return 0u; in gatt_date_is_valid()
1188 if ((date.day != 0u) && (date.day > 31u)) return 0u; in gatt_date_is_valid()
1190 if (date.hours > 23u) return 0u; in gatt_date_is_valid()
1191 if (date.minutes > 59u) return 0u; in gatt_date_is_valid()
1192 if (date.seconds > 59u) return 0u; in gatt_date_is_valid()
1196 int cycling_power_service_server_set_factory_calibration_date(gatt_date_time_t date){ in cycling_power_service_server_set_factory_calibration_date() argument
1197 if (!gatt_date_is_valid(date)) return 0; in cycling_power_service_server_set_factory_calibration_date()
1200 instance->factory_calibration_date = date; in cycling_power_service_server_set_factory_calibration_date()
H A Dcycling_power_service_server.h228 int cycling_power_service_server_set_factory_calibration_date(gatt_date_time_t date);
/btstack/tool/
H A Dget_version.sh7 DATE=`date "+%Y-%m-%d_%H:%M:%S"`
/btstack/platform/corefoundation/
H A Drfcomm_service_db_corefoundation.m125 [serviceEntry setObject:[NSDate date] forKey:PREFS_LAST_USED];
142 [serviceEntry setObject:[NSDate date] forKey:PREFS_LAST_USED];
H A Dbtstack_run_loop_corefoundation.m252 …// note: timeval uses unix time: seconds since Jan 1st 1970, CF uses Jan 1st 2001 as reference date
/btstack/port/msp432p401lp-cc256x/
H A Dlinker_script_gcc.ld35 * File creation date: 2015-09-03
/btstack/port/daemon/
H A Dconfigure.ac136 echo "//" `date` >> btstack_config.h
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/docs/General/html/
H A DLICENSE.txt87 as of the date such litigation is filed.
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/arm/CMSIS_5/
H A DLICENSE.txt87 as of the date such litigation is filed.
/btstack/3rd-party/lc3-google/
H A DLICENSE88 as of the date such litigation is filed.
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/
H A DLICENSE.txt87 as of the date such litigation is filed.
/btstack/3rd-party/lc3-google/python/
H A DLICENSE88 as of the date such litigation is filed.