Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/services/
Dbas.h57 BT_BAS_BLS_FLAG_ADDITIONAL_STATUS_PRESENT = BIT(2), enumerator
/Zephyr-latest/subsys/bluetooth/services/bas/
Dbas_bls.c90 bls.flags |= BT_BAS_BLS_FLAG_ADDITIONAL_STATUS_PRESENT; in bt_bas_bls_init()
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dcentral_test.c170 if (flags & BT_BAS_BLS_FLAG_ADDITIONAL_STATUS_PRESENT) { in parse_battery_level_status()