Home
last modified time | relevance | path

Searched refs:BT_UUID_HTS (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/bluetooth/central_ht/src/
Dmain.c86 if (!bt_uuid_cmp(discover_params.uuid, BT_UUID_HTS)) { in discover_func()
146 memcpy(&discover_uuid, BT_UUID_HTS, sizeof(discover_uuid)); in connected()
183 if (bt_uuid_cmp(uuid, BT_UUID_HTS)) { in eir_found()
/Zephyr-latest/samples/bluetooth/peripheral_ht/src/
Dhts.c58 BT_GATT_PRIMARY_SERVICE(BT_UUID_HTS),
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h315 #define BT_UUID_HTS \ macro