Home
last modified time | relevance | path

Searched refs:bas (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/subsys/bluetooth/services/bas/
Dbas.c30 LOG_MODULE_REGISTER(bas, CONFIG_BT_BAS_LOG_LEVEL);
76 bas, BT_GATT_PRIMARY_SERVICE(BT_UUID_BAS),
123 rc = bt_gatt_notify(NULL, &bas.attrs[1], &level, sizeof(level)); in bt_bas_set_battery_level()
134 if (index < bas.attr_count) { in bt_bas_get_bas_attr()
135 return &bas.attrs[index]; in bt_bas_get_bas_attr()
DCMakeLists.txt2 zephyr_sources_ifdef(CONFIG_BT_BAS bas.c)
Dbas_bcs.c12 LOG_MODULE_DECLARE(bas, CONFIG_BT_BAS_LOG_LEVEL);
Dbas_bls.c13 LOG_MODULE_DECLARE(bas, CONFIG_BT_BAS_LOG_LEVEL);
/Zephyr-latest/subsys/bluetooth/services/
DKconfig23 rsource "bas/Kconfig.bas"
DCMakeLists.txt13 add_subdirectory(bas)
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/central/src/
Dutils.c190 BT_GATT_SERVICE_DEFINE(bas,
207 subscribe_params.ccc_handle = bt_gatt_attr_get_handle(&bas.attrs[3]); in bas_subscribe()
208 subscribe_params.value_handle = bt_gatt_attr_get_handle(&bas.attrs[2]); in bas_subscribe()
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/
Dutils.c179 BT_GATT_SERVICE_DEFINE(bas,
192 err = bt_gatt_notify(conn, &bas.attrs[2], &bas_level, sizeof(bas_level)); in bas_notify()
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst215 BAS_H [label="bas.h"];