| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | proxy_msg.c | 59 static void proxy_queue_put(struct bt_mesh_proxy_role *role, struct bt_mesh_adv *adv)  in proxy_queue_put()64 static struct bt_mesh_adv *proxy_queue_get(struct bt_mesh_proxy_role *role)  in proxy_queue_get()
 79 	struct bt_mesh_proxy_role *role;  in proxy_sar_timeout()  local
 104 	struct bt_mesh_proxy_role *role = &roles[bt_conn_index(conn)];  in bt_mesh_proxy_msg_recv()  local
 181 	struct bt_mesh_proxy_role *role = &roles[bt_conn_index(conn)];  in bt_mesh_proxy_msg_send()  local
 268 	struct bt_mesh_proxy_role *role = &roles[bt_conn_index(conn)];  in bt_mesh_proxy_relay_send()  local
 279 	struct bt_mesh_proxy_role *role = CONTAINER_OF(work, struct bt_mesh_proxy_role, work);  in proxy_msg_send_pending()  local
 299 static void proxy_msg_init(struct bt_mesh_proxy_role *role)  in proxy_msg_init()
 326 	struct bt_mesh_proxy_role *role;  in bt_mesh_proxy_role_setup()  local
 341 void bt_mesh_proxy_role_cleanup(struct bt_mesh_proxy_role *role)  in bt_mesh_proxy_role_cleanup()
 
 | 
| D | pb_gatt_cli.c | 41 static void pb_gatt_msg_recv(struct bt_mesh_proxy_role *role)  in pb_gatt_msg_recv()
 | 
| D | proxy_cli.c | 36 	struct bt_mesh_proxy_role *role;  member103 static void proxy_msg_recv(struct bt_mesh_proxy_role *role)  in proxy_msg_recv()
 
 | 
| /Zephyr-latest/subsys/ipc/ipc_service/lib/ | 
| D | ipc_static_vrings.c | 73 static int vq_setup(struct ipc_static_vrings *vr, unsigned int role)  in vq_setup()106 static int vq_teardown(struct ipc_static_vrings *vr, unsigned int role)  in vq_teardown()
 119 int ipc_static_vrings_init(struct ipc_static_vrings *vr, unsigned int role)  in ipc_static_vrings_init()
 141 int ipc_static_vrings_deinit(struct ipc_static_vrings *vr, unsigned int role)  in ipc_static_vrings_deinit()
 
 | 
| D | ipc_rpmsg.c | 49 int ipc_rpmsg_register_ept(struct ipc_rpmsg_instance *instance, unsigned int role,  in ipc_rpmsg_register_ept()73 		   unsigned int role,  in ipc_rpmsg_init()
 107 		   unsigned int role)  in ipc_rpmsg_deinit()
 
 | 
| /Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ | 
| D | main.c | 26 	char role;  in device_role_select()  local56 	enum benchmark_role role;  in main()  local
 
 | 
| /Zephyr-latest/subsys/bluetooth/audio/ | 
| D | tmap.c | 143 	uint16_t role;  in read_role()  local163 static bool valid_tmap_role(enum bt_tmap_role role)  in valid_tmap_role()
 208 int bt_tmap_register(enum bt_tmap_role role)  in bt_tmap_register()
 251 void bt_tmap_set_role(enum bt_tmap_role role)  in bt_tmap_set_role()
 
 | 
| D | gmap_server.c | 135 static bool valid_gmap_role(enum bt_gmap_role role)  in valid_gmap_role()168 static bool valid_gmap_features(enum bt_gmap_role role, struct bt_gmap_feat features)  in valid_gmap_features()
 310 static void update_service(enum bt_gmap_role role)  in update_service()
 345 int bt_gmap_register(enum bt_gmap_role role, struct bt_gmap_feat features)  in bt_gmap_register()
 376 int bt_gmap_set_role(enum bt_gmap_role role, struct bt_gmap_feat features)  in bt_gmap_set_role()
 
 | 
| D | bap_stream.c | 597 	uint8_t role;  in bt_bap_stream_config()  local647 	uint8_t role;  in bt_bap_stream_qos()  local
 684 	uint8_t role;  in bt_bap_stream_enable()  local
 718 	uint8_t role;  in bt_bap_stream_stop()  local
 757 	uint8_t role;  in bt_bap_stream_reconfig()  local
 841 	uint8_t role;  in bt_bap_stream_start()  local
 881 	uint8_t role;  in bt_bap_stream_metadata()  local
 928 	uint8_t role;  in bt_bap_stream_disable()  local
 970 	uint8_t role;  in bt_bap_stream_release()  local
 
 | 
| /Zephyr-latest/subsys/bluetooth/audio/shell/ | 
| D | tmap.c | 29 	const enum bt_tmap_role role =  in cmd_tmap_init()  local50 static void tmap_discover_cb(enum bt_tmap_role role, struct bt_conn *conn, int err)  in tmap_discover_cb()
 
 | 
| /Zephyr-latest/tests/bluetooth/controller/ctrl_terminate/src/ | 
| D | main.c | 54 static void test_terminate_rem(uint8_t role)  in test_terminate_rem()99 static void test_terminate_loc(uint8_t role)  in test_terminate_loc()
 
 | 
| /Zephyr-latest/tests/bluetooth/controller/ctrl_cis_terminate/src/ | 
| D | main.c | 52 static void test_cis_terminate_rem(uint8_t role)  in test_cis_terminate_rem()88 void test_cis_terminate_loc(uint8_t role)  in test_cis_terminate_loc()
 
 | 
| /Zephyr-latest/tests/bluetooth/tester/src/audio/ | 
| D | btp_tmap.c | 30 static void tmap_discover_cb(enum bt_tmap_role role, struct bt_conn *conn, int err)  in tmap_discover_cb()87 	const enum bt_tmap_role role =  in tester_init_tmap()  local
 
 | 
| /Zephyr-latest/drivers/usb/bc12/ | 
| D | bc12_handlers.c | 10 static inline int z_vrfy_bc12_set_role(const struct device *dev, enum bc12_role role)  in z_vrfy_bc12_set_role()
 | 
| /Zephyr-latest/samples/bluetooth/channel_sounding/include/ | 
| D | cs_test_params.h | 13 static struct bt_le_cs_test_param test_params_get(enum bt_conn_le_cs_role role)  in test_params_get()
 | 
| /Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/ | 
| D | isoal_test_rx.c | 272 static int32_t calc_rx_latency_by_role(uint8_t role,  in calc_rx_latency_by_role()389 					       uint8_t role,  in basic_rx_test_setup()
 475 	for (int role = 0; role <= 3; role++) {  in ZTEST()  local
 627 	uint8_t role;  in ZTEST()  local
 712 	uint8_t role;  in ZTEST()  local
 813 	uint8_t role;  in ZTEST()  local
 985 	uint8_t role;  in ZTEST()  local
 1121 	uint8_t role;  in ZTEST()  local
 1259 	uint8_t role;  in ZTEST()  local
 1446 	uint8_t role;  in ZTEST()  local
 [all …]
 
 | 
| D | isoal_test_tx.c | 398 						 uint8_t role,  in basic_tx_test_setup()525 	for (int role = 0; role <= 3; role++) {  in ZTEST()  local
 646 	uint8_t role;  in ZTEST()  local
 742 	uint8_t role;  in ZTEST()  local
 871 	uint8_t role;  in ZTEST()  local
 990 	uint8_t role;  in ZTEST()  local
 1150 	uint8_t role;  in ZTEST()  local
 1358 	uint8_t role;  in ZTEST()  local
 1693 	uint8_t role;  in ZTEST()  local
 1876 	uint8_t role;  in ZTEST()  local
 [all …]
 
 | 
| /Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/ | 
| D | main.c | 683 static void test_cte_req_ll_unknown_rsp_local(uint8_t role)  in test_cte_req_ll_unknown_rsp_local()1098 static void test_local_cte_req_wait_for_phy_update_complete_and_disable(uint8_t role)  in test_local_cte_req_wait_for_phy_update_complete_and_disable()
 1164 static void test_local_cte_req_wait_for_phy_update_complete(uint8_t role)  in test_local_cte_req_wait_for_phy_update_complete()
 1218 static void test_local_phy_update_wait_for_cte_req_complete(uint8_t role)  in test_local_phy_update_wait_for_cte_req_complete()
 1299 static void test_phy_update_wait_for_remote_cte_req_complete(uint8_t role)  in test_phy_update_wait_for_remote_cte_req_complete()
 1360 static void test_cte_req_wait_for_remote_phy_update_complete_and_disable(uint8_t role)  in test_cte_req_wait_for_remote_phy_update_complete_and_disable()
 1416 static void test_cte_req_wait_for_remote_phy_update_complete(uint8_t role)  in test_cte_req_wait_for_remote_phy_update_complete()
 
 | 
| /Zephyr-latest/doc/_extensions/zephyr/ | 
| D | link-roles.py | 61     def role(  function
 | 
| /Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ | 
| D | btp_tmap.h | 25 	uint16_t role;  member
 | 
| /Zephyr-latest/subsys/bluetooth/host/classic/ | 
| D | rfcomm_internal.h | 30 	bt_rfcomm_role_t role;  member158 #define BT_RFCOMM_UIH_CR(role)             ((role) == BT_RFCOMM_ROLE_INITIATOR)  argument
 168 #define BT_RFCOMM_CMD_CR(role)             ((role) == BT_RFCOMM_ROLE_INITIATOR)  argument
 169 #define BT_RFCOMM_RESP_CR(role)            ((role) == BT_RFCOMM_ROLE_ACCEPTOR)  argument
 178 #define BT_RFCOMM_DLCI(role, channel)      ((((channel) & 0x1f) << 1) | \  argument
 
 | 
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ | 
| D | test_iv_index.c | 151 #define TEST_CASE(role, name, description)                     \  argument
 | 
| D | test_scanner.c | 193 #define TEST_CASE(role, name, description)                     \  argument
 | 
| /Zephyr-latest/tests/bsim/bluetooth/audio/src/ | 
| D | tmap_client_test.c | 34 void tmap_discovery_complete_cb(enum bt_tmap_role role, struct bt_conn *conn, int err)  in tmap_discovery_complete_cb()
 | 
| /Zephyr-latest/samples/net/sockets/echo_server/src/ | 
| D | udp.c | 61 	int role = TLS_DTLS_ROLE_SERVER;  in start_udp_proto()  local
 |