Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/bas/
Dbas.c76 bas, BT_GATT_PRIMARY_SERVICE(BT_UUID_BAS),
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/
Dutils.c180 BT_GATT_PRIMARY_SERVICE(BT_UUID_BAS),
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/central/src/
Dutils.c191 BT_GATT_PRIMARY_SERVICE(BT_UUID_BAS),
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dcentral_test.c519 if (!bt_uuid_cmp(discover_params.uuid, BT_UUID_BAS)) { in discover_func()
570 memcpy(&uuid, BT_UUID_BAS, sizeof(uuid)); in discover_bas_service()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h369 #define BT_UUID_BAS \ macro