Home
last modified time | relevance | path

Searched refs:BT_UUID_BAS_BATTERY_LEVEL (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/services/bas/
Dbas.c77 BT_GATT_CHARACTERISTIC(BT_UUID_BAS_BATTERY_LEVEL, BT_GATT_CHRC_READ | BT_GATT_CHRC_NOTIFY,
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/
Dutils.c194 BT_GATT_CHARACTERISTIC(BT_UUID_BAS_BATTERY_LEVEL,
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/central/src/
Dutils.c205 BT_GATT_CHARACTERISTIC(BT_UUID_BAS_BATTERY_LEVEL,
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dcentral_test.c521 memcpy(&uuid, BT_UUID_BAS_BATTERY_LEVEL, sizeof(uuid)); in discover_func()
531 } else if (!bt_uuid_cmp(discover_params.uuid, BT_UUID_BAS_BATTERY_LEVEL)) { in discover_func()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h1193 #define BT_UUID_BAS_BATTERY_LEVEL \ macro