/Zephyr-Core-3.5.0/tests/bluetooth/uuid/src/ |
D | test_bt_uuid_to_str.c | 12 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/ |
D | bt_str.c | 60 bt_uuid_to_str(uuid, str, sizeof(str)); in bt_uuid_str()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/ |
D | gatt.c | 200 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/ |
D | uuid.c | 101 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/ |
D | main.c | 204 bt_uuid_to_str(chrc->uuid, str, sizeof(str)); in discover_func()
|
/Zephyr-Core-3.5.0/samples/bluetooth/peripheral/src/ |
D | main.c | 368 bt_uuid_to_str(&vnd_enc_uuid.uuid, str, sizeof(str)); in main()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/services/ots/ |
D | ots_oacp.c | 74 bt_uuid_to_str(¶m.type.uuid, str, BT_UUID_STR_LEN); in oacp_create_proc_validate()
|
D | ots_client.c | 965 bt_uuid_to_str(uuid, uuid_str, sizeof(uuid_str)); in read_obj_type_cb()
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | uuid.h | 5183 void bt_uuid_to_str(const struct bt_uuid *uuid, char *str, size_t len);
|
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/ |
D | btp_gatt.c | 2227 bt_uuid_to_str(&search_uuid.uuid, uuid_str, sizeof(uuid_str)); in get_attrs()
|