/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/ |
D | proxy_msg.c | 53 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()
|
D | prov.h | 109 const struct bt_mesh_prov_role *role; member
|
/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | main.c | 26 char role; in device_role_select() local 56 enum benchmark_role role; in main() local
|
/Zephyr-Core-2.7.6/doc/_extensions/zephyr/ |
D | link-roles.py | 69 def role(name, rawtext, text, lineno, inliner, options={}, content=[]): function
|
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | rfcomm_internal.h | 30 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
|
D | a2dp.c | 147 uint8_t media_type, uint8_t role) in bt_a2dp_register_endpoint()
|
D | avdtp.c | 260 int bt_avdtp_register_sep(uint8_t media_type, uint8_t role, in bt_avdtp_register_sep()
|
D | rfcomm.c | 445 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()
|
D | conn_internal.h | 151 uint8_t role; member
|
/Zephyr-Core-2.7.6/samples/net/sockets/echo_server/src/ |
D | udp.c | 60 int role = TLS_DTLS_ROLE_SERVER; in start_udp_proto() local
|
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_mesh/src/ |
D | test_beacon.c | 232 #define TEST_CASE(role, name, description) \ argument
|
D | test_scanner.c | 194 #define TEST_CASE(role, name, description) \ argument
|
D | test_replay_cache.c | 195 #define TEST_CASE(role, name, description) \ argument
|
D | test_provision.c | 285 #define TEST_CASE(role, name, description) \ argument
|
D | test_transport.c | 492 #define TEST_CASE(role, name, description) \ argument
|
D | test_friendship.c | 818 #define TEST_CASE(role, name, description) \ argument
|
/Zephyr-Core-2.7.6/include/bluetooth/ |
D | rfcomm.h | 90 bt_rfcomm_role_t role; member
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/ |
D | lll_conn_iso.h | 61 uint8_t role : 1; /* 0: CENTRAL, 1: PERIPHERAL*/ member
|
D | lll_conn.h | 48 uint8_t role:1; member
|
/Zephyr-Core-2.7.6/samples/subsys/ipc/openamp_rsc_table/src/ |
D | main_remote.c | 192 unsigned int role, in platform_create_rpmsg_vdev()
|
/Zephyr-Core-2.7.6/drivers/wifi/eswifi/ |
D | eswifi.h | 72 enum eswifi_role role; member
|
/Zephyr-Core-2.7.6/drivers/wifi/simplelink/ |
D | simplelink_support.c | 62 uint32_t role; /* The device's role (STA, P2P or AP) */ member
|
/Zephyr-Core-2.7.6/tests/net/socket/tls/src/ |
D | main.c | 394 int role = TLS_DTLS_ROLE_SERVER; in test_msg_trunc() local
|
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/ |
D | sockets_tls.c | 118 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/ |
D | main.c | 46 static enum benchmark_role role; variable
|