/Zephyr-Core-3.4.0/subsys/bluetooth/host/ |
D | uuid.c | 79 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()
|
D | att_internal.h | 65 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/ |
D | test_bt_uuid_create.c | 20 struct bt_uuid uuid; in ZTEST() member
|
D | test_bt_uuid_to_str.c | 19 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/ |
D | bt_str.c | 56 const char *bt_uuid_str(const struct bt_uuid *uuid) in bt_uuid_str()
|
/Zephyr-Core-3.4.0/samples/bluetooth/central_hr/src/ |
D | main.c | 26 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/ |
D | gatt.c | 78 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/ |
D | main.c | 26 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/ |
D | rpr.c | 76 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/ |
D | pb_gatt_cli.c | 103 uint8_t *uuid; in bt_mesh_pb_gatt_cli_adv_recv() local
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/ |
D | tmap_client_test.c | 41 struct bt_uuid *uuid; in check_audio_support_and_connect() local
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/ |
D | gatt.h | 171 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/ |
D | nxp_lpc55S0x_common.dtsi | 94 uuid: flash@9fc70 { label
|
D | nxp_lpc55S1x_common.dtsi | 98 uuid: flash@9fc70 { label
|
D | nxp_lpc55S2x_common.dtsi | 106 uuid: flash@9fc70 { label
|
D | nxp_lpc55S6x_common.dtsi | 126 uuid: flash@9fc70 { label
|
D | nxp_rt6xx_common.dtsi | 93 uuid: uuid@2f50 { label
|
D | nxp_rt5xx_common.dtsi | 94 uuid: uuid@2f50 { label
|
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/ |
D | btp_gatt.c | 153 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/ |
D | test_connect1.c | 28 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/ |
D | tmap.c | 32 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/ |
D | btp_gatt.h | 27 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/ |
D | central_mtu_update.c | 36 static struct bt_uuid_128 uuid = BT_UUID_INIT_128(0); variable
|
/Zephyr-Core-3.4.0/samples/bluetooth/tmap_central/src/ |
D | main.c | 141 struct bt_uuid *uuid; in check_audio_support_and_connect() local
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 790 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
|