Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/central_hr/src/
Dmain.c63 if (!bt_uuid_cmp(discover_params.uuid, BT_UUID_HRS)) { in discover_func()
127 if (bt_uuid_cmp(uuid, BT_UUID_HRS)) { in eir_found()
234 memcpy(&discover_uuid, BT_UUID_HRS, sizeof(discover_uuid)); in connected()
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect1.c195 if (!bt_uuid_cmp(discover_params.uuid, BT_UUID_HRS)) { in discover_func()
316 memcpy(&uuid, BT_UUID_HRS, sizeof(uuid)); in params_updated()
354 if (bt_uuid_cmp(uuid, BT_UUID_HRS)) { in eir_found()
/Zephyr-latest/subsys/bluetooth/services/
Dhrs.c117 BT_GATT_PRIMARY_SERVICE(BT_UUID_HRS),
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_past.c100 if (bt_uuid_cmp(uuid, BT_UUID_HRS)) { in eir_found()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h351 #define BT_UUID_HRS \ macro