Home
last modified time | relevance | path

Searched refs:BT_UUID_INIT_16 (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt_cli.c78 .srv_uuid = BT_UUID_INIT_16(BT_UUID_MESH_PROV_VAL),
79 .data_in_uuid = BT_UUID_INIT_16(BT_UUID_MESH_PROV_DATA_IN_VAL),
80 .data_out_uuid = BT_UUID_INIT_16(BT_UUID_MESH_PROV_DATA_OUT_VAL),
81 .data_out_cccd_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL),
Dproxy_cli.c150 .srv_uuid = BT_UUID_INIT_16(BT_UUID_MESH_PROXY_VAL),
151 .data_in_uuid = BT_UUID_INIT_16(BT_UUID_MESH_PROXY_DATA_IN_VAL),
152 .data_out_uuid = BT_UUID_INIT_16(BT_UUID_MESH_PROXY_DATA_OUT_VAL),
153 .data_out_cccd_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL),
/Zephyr-latest/tests/bluetooth/uuid/src/
Dtest_bt_uuid_cmp.c9 static struct bt_uuid_16 uuid_16 = BT_UUID_INIT_16(0xffff);
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dcentral.c92 static const struct bt_uuid_16 ccc_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL); in discover_func()
/Zephyr-latest/subsys/bluetooth/audio/
Dtmap.c43 static struct bt_uuid_16 uuid[CONFIG_BT_MAX_CONN] = {BT_UUID_INIT_16(0)};
Dbap_broadcast_assistant.c111 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
Dcsip_set_coordinator.c92 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
Dmcc.c60 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
/Zephyr-latest/samples/bluetooth/central_hr/src/
Dmain.c26 static struct bt_uuid_16 discover_uuid = BT_UUID_INIT_16(0);
/Zephyr-latest/samples/bluetooth/central_ht/src/
Dmain.c26 static struct bt_uuid_16 discover_uuid = BT_UUID_INIT_16(0);
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/
Dtest_connect1.c28 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c97 static const struct bt_uuid_16 ccc_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL);
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dcentral_test.c41 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dhas_client_test.c296 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
Dpacs_notify_client_test.c54 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
/Zephyr-latest/samples/bluetooth/central_otc/src/
Dmain.c48 static struct bt_uuid_16 discover_uuid = BT_UUID_INIT_16(0);
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c99 static const struct bt_uuid_16 ccc_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL);
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h78 #define BT_UUID_INIT_16(value) \ macro
113 ((const struct bt_uuid *) ((const struct bt_uuid_16[]) {BT_UUID_INIT_16(value)}))
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c140 static struct bt_uuid_16 uuid = BT_UUID_INIT_16(0);
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c5411 static struct bt_uuid_16 ccc_uuid = BT_UUID_INIT_16(0); in gatt_ccc_discover()