/Zephyr-latest/subsys/bluetooth/mesh/ |
D | va.c | 37 uint8_t uuid[16]; member 95 uint8_t bt_mesh_va_del(const uint8_t *uuid) in bt_mesh_va_del() 115 const uint8_t *bt_mesh_va_uuid_get(uint16_t addr, const uint8_t *uuid, uint16_t *retaddr) in bt_mesh_va_uuid_get() 156 const uint8_t *uuid = NULL; in bt_mesh_va_collision_check() local 165 const struct bt_mesh_va *bt_mesh_va_find(const uint8_t *uuid) in bt_mesh_va_find() 195 int bt_mesh_va_get_idx_by_uuid(const uint8_t *uuid, uint16_t *uuidx) in bt_mesh_va_get_idx_by_uuid()
|
D | va.h | 12 uint8_t uuid[16]; member
|
D | pb_gatt_cli.c | 102 uint8_t *uuid; in bt_mesh_pb_gatt_cli_adv_recv() local
|
/Zephyr-latest/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()
|
/Zephyr-latest/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 | 22 static void result_is_null_terminated(const struct bt_uuid *uuid) in result_is_null_terminated() 31 static void result_str_is(const struct bt_uuid *uuid, const char *expected_str) in result_str_is()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | pbp.c | 61 void *uuid; in bt_pbp_parse_announcement() local
|
D | tmap.c | 43 static struct bt_uuid_16 uuid[CONFIG_BT_MAX_CONN] = {BT_UUID_INIT_16(0)}; variable
|
/Zephyr-latest/include/zephyr/fs/ |
D | ext2.h | 30 uint8_t uuid[16]; member
|
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | gatt.c | 131 static struct bt_uuid *uuid_deep_copy(const struct bt_uuid *uuid) in uuid_deep_copy() 207 const struct bt_uuid *uuid, in gatt_foreach_iter() 246 const struct bt_uuid *uuid, const void *attr_data, in foreach_attr_type_dyndb() 277 const struct bt_uuid *uuid, in bt_gatt_foreach_attr_type() 499 struct bt_uuid_16 uuid; in bt_gatt_discover() local
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | rpr.c | 93 uint8_t uuid[16] = {0}; in cmd_scan() local 136 uint8_t uuid[16] = {0}; in cmd_scan_ext() local 338 uint8_t uuid[16]; in cmd_provision_remote() local
|
/Zephyr-latest/subsys/bluetooth/common/ |
D | bt_str.c | 56 const char *bt_uuid_str(const struct bt_uuid *uuid) in bt_uuid_str()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 237 const struct bt_uuid *uuid; member 335 const struct bt_uuid *uuid; member 343 const struct bt_uuid *uuid; member 454 const struct bt_uuid *uuid; member 1220 const struct bt_uuid *uuid; member 1376 const struct bt_uuid *uuid, in bt_gatt_notify_uuid() 1419 const struct bt_uuid *uuid; member 1664 const struct bt_uuid *uuid; member 1791 const struct bt_uuid *uuid; member
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | mesh_test.c | 346 int bt_mesh_test_recv(uint16_t len, uint16_t dst, const uint8_t *uuid, k_timeout_t timeout) in bt_mesh_test_recv() 446 int bt_mesh_test_send_async(uint16_t addr, const uint8_t *uuid, size_t len, in bt_mesh_test_send_async() 498 int bt_mesh_test_send(uint16_t addr, const uint8_t *uuid, size_t len, in bt_mesh_test_send() 534 int bt_mesh_test_send_data(uint16_t addr, const uint8_t *uuid, uint8_t *data, size_t len, in bt_mesh_test_send_data()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | tmap_client_test.c | 46 const struct bt_uuid *uuid; in check_audio_support_and_connect() local
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_lpc55S0x_common.dtsi | 98 uuid: flash@3fc70 { label
|
D | nxp_lpc55S2x_common.dtsi | 112 uuid: flash@9fc70 { label
|
D | nxp_lpc55S1x_common.dtsi | 105 uuid: flash@3fc70 { label
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/retry_on_sec_err/client/ |
D | main.c | 37 static struct bt_uuid_128 uuid; in gatt_attr_read() local
|
/Zephyr-latest/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-latest/tests/bsim/bluetooth/ll/conn/src/ |
D | test_connect1.c | 28 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0); variable 347 const struct bt_uuid *uuid; in eir_found() local
|
/Zephyr-latest/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 const struct bt_uuid *uuid; member
|
/Zephyr-latest/samples/bluetooth/central_hr/src/ |
D | main.c | 121 const struct bt_uuid *uuid; in eir_found() local
|
/Zephyr-latest/samples/bluetooth/tmap_central/src/ |
D | main.c | 148 const struct bt_uuid *uuid; in check_audio_support_and_connect() local
|
/Zephyr-latest/samples/bluetooth/mtu_update/central/src/ |
D | central_mtu_update.c | 36 static struct bt_uuid_128 uuid = BT_UUID_INIT_128(0); variable
|