Searched refs:BT_UUID_HRS (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/samples/bluetooth/central_hr/src/ |
D | main.c | 63 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/ |
D | test_connect1.c | 195 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/ |
D | hrs.c | 117 BT_GATT_PRIMARY_SERVICE(BT_UUID_HRS),
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_past.c | 100 if (bt_uuid_cmp(uuid, BT_UUID_HRS)) { in eir_found()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | uuid.h | 351 #define BT_UUID_HRS \ macro
|