Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/bas/
Dbas_bcs.c85 bool current_state = (battery_critical_status & BT_BAS_BCS_IMMEDIATE_SERVICE_REQUIRED) != 0; in bt_bas_bcs_set_immediate_service_required()
93 battery_critical_status |= BT_BAS_BCS_IMMEDIATE_SERVICE_REQUIRED; in bt_bas_bcs_set_immediate_service_required()
95 battery_critical_status &= ~BT_BAS_BCS_IMMEDIATE_SERVICE_REQUIRED; in bt_bas_bcs_set_immediate_service_required()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dbas.h40 BT_BAS_BCS_IMMEDIATE_SERVICE_REQUIRED = BIT(1), enumerator
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dcentral_test.c79 (status_byte & BT_BAS_BCS_IMMEDIATE_SERVICE_REQUIRED) ? "Required" in battery_critical_status_read_cb()
365 (status_byte & BT_BAS_BCS_IMMEDIATE_SERVICE_REQUIRED) ? "Required" in battery_critical_status_indicate_cb()