Lines Matching full:level
44 * @brief Battery Level Status Characteristic flags.
47 * of various fields in the Battery Level Status characteristic.
50 /** Bit indicating that the Battery Level Status identifier is present. */
53 /** Bit indicating that the Battery Level is present. */
120 /** @brief Battery Charge Level
122 * Enumeration for the level of charge in the battery.
125 /** Battery charge level is unknown. */
128 /** Battery charge level is good. */
131 /** Battery charge level is low. */
134 /** Battery charge level is critical. */
204 /** @brief Read battery level value.
206 * Read the characteristic value of the battery level
208 * @return The battery level in percent.
212 /** @brief Update battery level value.
214 * Update the characteristic value of the battery level
217 * @param level The battery level in percent.
221 int bt_bas_set_battery_level(uint8_t level);
252 * @brief Set the battery charge level.
254 * @param level The battery charge level to set.
256 void bt_bas_bls_set_battery_charge_level(enum bt_bas_bls_battery_charge_level level);