Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/bas/
Dbas_bcs.c68 bool current_state = (battery_critical_status & BT_BAS_BCS_BATTERY_CRITICAL_STATE) != 0; in bt_bas_bcs_set_battery_critical_state()
76 battery_critical_status |= BT_BAS_BCS_BATTERY_CRITICAL_STATE; in bt_bas_bcs_set_battery_critical_state()
78 battery_critical_status &= ~BT_BAS_BCS_BATTERY_CRITICAL_STATE; in bt_bas_bcs_set_battery_critical_state()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dbas.h37 BT_BAS_BCS_BATTERY_CRITICAL_STATE = BIT(0), enumerator
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dcentral_test.c77 (status_byte & BT_BAS_BCS_BATTERY_CRITICAL_STATE) ? "Critical" : "Normal"); in battery_critical_status_read_cb()
363 (status_byte & BT_BAS_BCS_BATTERY_CRITICAL_STATE) ? "Critical" : "Normal"); in battery_critical_status_indicate_cb()