Home
last modified time | relevance | path

Searched defs:uuid (Results 1 – 25 of 67) sorted by relevance

123

/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Duuid.c79 bool bt_uuid_create(struct bt_uuid *uuid, const uint8_t *data, uint8_t data_len) in bt_uuid_create()
101 void bt_uuid_to_str(const struct bt_uuid *uuid, char *str, size_t len) in bt_uuid_to_str()
Datt_internal.h65 uint16_t uuid; member
70 uint8_t uuid[16]; member
105 uint8_t uuid[0]; member
164 uint8_t uuid[0]; member
/Zephyr-Core-3.4.0/tests/bluetooth/uuid/src/
Dtest_bt_uuid_create.c20 struct bt_uuid uuid; in ZTEST() member
Dtest_bt_uuid_to_str.c19 static void result_is_null_terminated(const struct bt_uuid *uuid) in result_is_null_terminated()
28 static void result_str_is(const struct bt_uuid *uuid, const char *expected_str) in result_str_is()
/Zephyr-Core-3.4.0/subsys/bluetooth/common/
Dbt_str.c56 const char *bt_uuid_str(const struct bt_uuid *uuid) in bt_uuid_str()
/Zephyr-Core-3.4.0/samples/bluetooth/central_hr/src/
Dmain.c26 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0); variable
116 struct bt_uuid *uuid; in eir_found() local
/Zephyr-Core-3.4.0/tests/bluetooth/audio/mocks/src/
Dgatt.c78 static struct bt_uuid *uuid_deep_copy(const struct bt_uuid *uuid) in uuid_deep_copy()
147 const struct bt_uuid *uuid, in gatt_foreach_iter()
186 const struct bt_uuid *uuid, in bt_gatt_foreach_attr_type()
/Zephyr-Core-3.4.0/samples/bluetooth/central_ht/src/
Dmain.c26 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0); variable
177 struct bt_uuid *uuid; in eir_found() local
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/shell/
Drpr.c76 uint8_t uuid[16] = {0}; in cmd_scan() local
119 uint8_t uuid[16] = {0}; in cmd_scan_ext() local
321 uint8_t uuid[16]; in cmd_provision_remote() local
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/
Dpb_gatt_cli.c103 uint8_t *uuid; in bt_mesh_pb_gatt_cli_adv_recv() local
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/
Dtmap_client_test.c41 struct bt_uuid *uuid; in check_audio_support_and_connect() local
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dgatt.h171 const struct bt_uuid *uuid; member
207 const struct bt_uuid *uuid; member
215 const struct bt_uuid *uuid; member
295 const struct bt_uuid *uuid; member
1023 const struct bt_uuid *uuid; member
1179 const struct bt_uuid *uuid, in bt_gatt_notify_uuid()
1222 const struct bt_uuid *uuid; member
1447 const struct bt_uuid *uuid; member
1574 const struct bt_uuid *uuid; member
/Zephyr-Core-3.4.0/dts/arm/nxp/
Dnxp_lpc55S0x_common.dtsi94 uuid: flash@9fc70 { label
Dnxp_lpc55S1x_common.dtsi98 uuid: flash@9fc70 { label
Dnxp_lpc55S2x_common.dtsi106 uuid: flash@9fc70 { label
Dnxp_lpc55S6x_common.dtsi126 uuid: flash@9fc70 { label
Dnxp_rt6xx_common.dtsi93 uuid: uuid@2f50 { label
Dnxp_rt5xx_common.dtsi94 uuid: uuid@2f50 { label
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/
Dbtp_gatt.c153 union uuid { union
154 struct bt_uuid uuid; member
198 static uint8_t btp2bt_uuid(const uint8_t *uuid, uint8_t len, in btp2bt_uuid()
294 union uuid uuid; in add_service() local
429 const struct bt_uuid *uuid; member
499 union uuid uuid; in add_characteristic() local
603 const struct bt_uuid *uuid; member
689 union uuid uuid; in add_descriptor() local
1025 static union uuid uuid; variable
2167 struct bt_uuid *uuid; member
[all …]
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect1.c28 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0); variable
317 struct bt_uuid *uuid; in eir_found() local
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dtmap.c32 static struct bt_uuid_16 uuid[CONFIG_BT_MAX_CONN] = {BT_UUID_INIT_16(0)}; variable
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/btp/
Dbtp_gatt.h27 uint8_t uuid[]; member
39 uint8_t uuid[]; member
50 uint8_t uuid[]; member
90 uint8_t uuid[]; member
103 uint8_t uuid[]; member
109 uint8_t uuid[]; member
130 uint8_t uuid[]; member
165 uint8_t uuid[]; member
202 uint8_t uuid[]; member
/Zephyr-Core-3.4.0/samples/bluetooth/mtu_update/central/src/
Dcentral_mtu_update.c36 static struct bt_uuid_128 uuid = BT_UUID_INIT_128(0); variable
/Zephyr-Core-3.4.0/samples/bluetooth/tmap_central/src/
Dmain.c141 struct bt_uuid *uuid; in check_audio_support_and_connect() local
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c790 static uint8_t uuid[16]; in provision_adv() local
806 static uint8_t uuid[16]; in provision_remote() local
929 static uint8_t uuid[16]; in test_provisioner_pb_remote_client_parallel() local
983 uint8_t uuid[16]; in test_provisioner_pb_remote_client_provision_timeout() local

123