Home
last modified time | relevance | path

Searched refs:bt_uuid_to_str (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.5.0/tests/bluetooth/uuid/src/
Dtest_bt_uuid_to_str.c12 ZTEST_SUITE(bt_uuid_to_str, NULL, NULL, NULL, NULL, NULL);
24 bt_uuid_to_str(uuid, str, sizeof(str)); in result_is_null_terminated()
32 bt_uuid_to_str(uuid, str, sizeof(str)); in result_str_is()
38 ZTEST(bt_uuid_to_str, test_null_terminated_type_16) in ZTEST() argument
43 ZTEST(bt_uuid_to_str, test_null_terminated_type_32) in ZTEST() argument
48 ZTEST(bt_uuid_to_str, test_null_terminated_type_128) in ZTEST() argument
53 ZTEST(bt_uuid_to_str, test_padding_type_16) in ZTEST() argument
58 ZTEST(bt_uuid_to_str, test_padding_type_32) in ZTEST() argument
63 ZTEST(bt_uuid_to_str, test_padding_type_128) in ZTEST() argument
69 ZTEST(bt_uuid_to_str, test_ordering_type_16) in ZTEST() argument
[all …]
/Zephyr-Core-3.5.0/subsys/bluetooth/common/
Dbt_str.c60 bt_uuid_to_str(uuid, str, sizeof(str)); in bt_uuid_str()
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/
Dgatt.c200 bt_uuid_to_str(gatt_service->uuid, str, sizeof(str)); in discover_func()
207 bt_uuid_to_str(gatt_chrc->uuid, str, sizeof(str)); in discover_func()
214 bt_uuid_to_str(gatt_include->uuid, str, sizeof(str)); in discover_func()
221 bt_uuid_to_str(attr->uuid, str, sizeof(str)); in discover_func()
712 bt_uuid_to_str(attr->uuid, str, sizeof(str)); in print_attr()
908 bt_uuid_to_str(&vnd_uuid.uuid, str, sizeof(str)); in cmd_register_test_svc()
916 bt_uuid_to_str(&vnd1_uuid.uuid, str, sizeof(str)); in cmd_register_test_svc()
933 bt_uuid_to_str(&vnd_uuid.uuid, str, sizeof(str)); in cmd_unregister_test_svc()
941 bt_uuid_to_str(&vnd1_uuid.uuid, str, sizeof(str)); in cmd_unregister_test_svc()
1181 bt_uuid_to_str(attr->uuid, str, sizeof(str)); in get_cb()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Duuid.c101 void bt_uuid_to_str(const struct bt_uuid *uuid, char *str, size_t len) in bt_uuid_to_str() function
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_adv_rsp/src/
Dmain.c204 bt_uuid_to_str(chrc->uuid, str, sizeof(str)); in discover_func()
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral/src/
Dmain.c368 bt_uuid_to_str(&vnd_enc_uuid.uuid, str, sizeof(str)); in main()
/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/
Dots_oacp.c74 bt_uuid_to_str(&param.type.uuid, str, BT_UUID_STR_LEN); in oacp_create_proc_validate()
Dots_client.c965 bt_uuid_to_str(uuid, uuid_str, sizeof(uuid_str)); in read_obj_type_cb()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Duuid.h5183 void bt_uuid_to_str(const struct bt_uuid *uuid, char *str, size_t len);
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_gatt.c2227 bt_uuid_to_str(&search_uuid.uuid, uuid_str, sizeof(uuid_str)); in get_attrs()