Lines Matching +full:power +full:- +full:source
6 * SPDX-License-Identifier: Apache-2.0
36 /** Battery Critical Status Bit 0: Critical Power State */
72 /** @brief Wired External Power Source Status
74 * Enumeration for the status of the wired external power source.
77 /** Wired external power source is not connected. */
80 /** Wired external power source is connected. */
83 /** Wired external power source status is unknown. */
87 /** @brief Wireless External Power Source Status
89 * Enumeration for the status of the wireless external power source.
92 /** Wireless external power source is not connected. */
95 /** Wireless external power source is connected. */
98 /** Wireless external power source status is unknown. */
170 /** Charging fault due to external power source issue. */
231 * @brief Set the wired external power source status.
233 * @param source The wired external power source status to set.
235 void bt_bas_bls_set_wired_external_power_source(enum bt_bas_bls_wired_power_source source);
238 * @brief Set the wireless external power source status.
240 * @param source The wireless external power source status to set.
242 void bt_bas_bls_set_wireless_external_power_source(enum bt_bas_bls_wireless_power_source source);