Home
last modified time | relevance | path

Searched defs:role (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Dproxy_msg.c53 struct bt_mesh_proxy_role *role; in proxy_sar_timeout() local
66 static void proxy_cfg(struct bt_mesh_proxy_role *role) in proxy_cfg()
101 static void proxy_complete_pdu(struct bt_mesh_proxy_role *role) in proxy_complete_pdu()
132 ssize_t bt_mesh_proxy_msg_recv(struct bt_mesh_proxy_role *role, in bt_mesh_proxy_msg_recv()
198 int bt_mesh_proxy_msg_send(struct bt_mesh_proxy_role *role, uint8_t type, in bt_mesh_proxy_msg_send()
247 void bt_mesh_proxy_msg_init(struct bt_mesh_proxy_role *role) in bt_mesh_proxy_msg_init()
Dprov.h109 const struct bt_mesh_prov_role *role; member
/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast_benchmark/src/
Dmain.c26 char role; in device_role_select() local
56 enum benchmark_role role; in main() local
/Zephyr-Core-2.7.6/doc/_extensions/zephyr/
Dlink-roles.py69 def role(name, rawtext, text, lineno, inliner, options={}, content=[]): function
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Drfcomm_internal.h30 bt_rfcomm_role_t role; member
161 #define BT_RFCOMM_UIH_CR(role) ((role) == BT_RFCOMM_ROLE_INITIATOR) argument
171 #define BT_RFCOMM_CMD_CR(role) ((role) == BT_RFCOMM_ROLE_INITIATOR) argument
172 #define BT_RFCOMM_RESP_CR(role) ((role) == BT_RFCOMM_ROLE_ACCEPTOR) argument
181 #define BT_RFCOMM_DLCI(role, channel) ((((channel) & 0x1f) << 1) | \ argument
Da2dp.c147 uint8_t media_type, uint8_t role) in bt_a2dp_register_endpoint()
Davdtp.c260 int bt_avdtp_register_sep(uint8_t media_type, uint8_t role, in bt_avdtp_register_sep()
Drfcomm.c445 bt_rfcomm_role_t role) in rfcomm_dlc_init()
1567 static struct bt_rfcomm_session *rfcomm_session_new(bt_rfcomm_role_t role) in rfcomm_session_new()
Dconn_internal.h151 uint8_t role; member
/Zephyr-Core-2.7.6/samples/net/sockets/echo_server/src/
Dudp.c60 int role = TLS_DTLS_ROLE_SERVER; in start_udp_proto() local
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_mesh/src/
Dtest_beacon.c232 #define TEST_CASE(role, name, description) \ argument
Dtest_scanner.c194 #define TEST_CASE(role, name, description) \ argument
Dtest_replay_cache.c195 #define TEST_CASE(role, name, description) \ argument
Dtest_provision.c285 #define TEST_CASE(role, name, description) \ argument
Dtest_transport.c492 #define TEST_CASE(role, name, description) \ argument
Dtest_friendship.c818 #define TEST_CASE(role, name, description) \ argument
/Zephyr-Core-2.7.6/include/bluetooth/
Drfcomm.h90 bt_rfcomm_role_t role; member
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/
Dlll_conn_iso.h61 uint8_t role : 1; /* 0: CENTRAL, 1: PERIPHERAL*/ member
Dlll_conn.h48 uint8_t role:1; member
/Zephyr-Core-2.7.6/samples/subsys/ipc/openamp_rsc_table/src/
Dmain_remote.c192 unsigned int role, in platform_create_rpmsg_vdev()
/Zephyr-Core-2.7.6/drivers/wifi/eswifi/
Deswifi.h72 enum eswifi_role role; member
/Zephyr-Core-2.7.6/drivers/wifi/simplelink/
Dsimplelink_support.c62 uint32_t role; /* The device's role (STA, P2P or AP) */ member
/Zephyr-Core-2.7.6/tests/net/socket/tls/src/
Dmain.c394 int role = TLS_DTLS_ROLE_SERVER; in test_msg_trunc() local
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/
Dsockets_tls.c118 int8_t role; member
901 int role, type, ret; in tls_mbedtls_init() local
1314 int *role; in tls_opt_dtls_role_set() local
/Zephyr-Core-2.7.6/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c46 static enum benchmark_role role; variable

12