Home
last modified time | relevance | path

Searched refs:uuid_str (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/
Dots_client.c959 char uuid_str[BT_UUID_STR_LEN]; in read_obj_type_cb() local
965 bt_uuid_to_str(uuid, uuid_str, sizeof(uuid_str)); in read_obj_type_cb()
966 LOG_DBG("UUID type read: %s", uuid_str); in read_obj_type_cb()
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_gatt.c2221 char uuid_str[BT_UUID_STR_LEN]; in get_attrs() local
2227 bt_uuid_to_str(&search_uuid.uuid, uuid_str, sizeof(uuid_str)); in get_attrs()
2229 end_handle, uuid_str); in get_attrs()