Home
last modified time | relevance | path

Searched refs:BT_UUID_HRS_MEASUREMENT (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/bluetooth/central_hr/src/
Dmain.c64 memcpy(&discover_uuid, BT_UUID_HRS_MEASUREMENT, sizeof(discover_uuid)); in discover_func()
74 BT_UUID_HRS_MEASUREMENT)) { in discover_func()
/Zephyr-latest/subsys/bluetooth/services/
Dhrs.c118 BT_GATT_CHARACTERISTIC(BT_UUID_HRS_MEASUREMENT, BT_GATT_CHRC_NOTIFY,
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect1.c196 memcpy(&uuid, BT_UUID_HRS_MEASUREMENT, sizeof(uuid)); in discover_func()
206 BT_UUID_HRS_MEASUREMENT)) { in discover_func()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h1463 #define BT_UUID_HRS_MEASUREMENT \ macro