Home
last modified time | relevance | path

Searched defs:server (Results 26 – 50 of 54) sorted by relevance

123

/Zephyr-latest/subsys/bluetooth/host/classic/
Davctp.c215 static int avctp_l2cap_accept(struct bt_conn *conn, struct bt_l2cap_server *server, in avctp_l2cap_accept()
Dl2cap_br.c706 struct bt_l2cap_server *server; in l2cap_br_server_lookup_psm() local
1033 struct bt_l2cap_server *server; in l2cap_br_conn_req() local
1246 struct bt_l2cap_server *server; in bt_l2cap_br_get_max_sec_level() local
1258 int bt_l2cap_br_server_register(struct bt_l2cap_server *server) in bt_l2cap_br_server_register()
Dhfp_hf.c719 static int bt_hfp_hf_accept(struct bt_conn *conn, struct bt_rfcomm_server *server, in bt_hfp_hf_accept()
Dsdp.c1408 static int bt_sdp_accept(struct bt_conn *conn, struct bt_l2cap_server *server, in bt_sdp_accept()
1442 static struct bt_l2cap_server server = { in bt_sdp_init() local
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c216 static int l2cap_accept(struct bt_conn *conn, struct bt_l2cap_server *server, in l2cap_accept()
238 static struct bt_l2cap_server server = { variable
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_l2cap.c189 static int l2cap_accept(struct bt_conn *conn, struct bt_l2cap_server *server, in l2cap_accept()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/src/
Dmain.c93 int server_accept_cb(struct bt_conn *conn, struct bt_l2cap_server *server, in server_accept_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c279 static int accept(struct bt_conn *conn, struct bt_l2cap_server *server, in accept()
309 struct bt_l2cap_server *server; in register_l2cap_server() local
/Zephyr-latest/subsys/bluetooth/audio/
Dmicp_mic_dev.c65 struct bt_micp_server *server = CONTAINER_OF(d_work, struct bt_micp_server, notify_work); in notify_work_handler() local
Dtbs_client.c79 static struct bt_tbs_instance *tbs_instance_find(struct bt_tbs_server_inst *server, in tbs_instance_find()
100 struct bt_tbs_server_inst *server; in tbs_inst_by_index() local
122 struct bt_tbs_server_inst *server; in tbs_index() local
1774 static void primary_discover_complete(struct bt_tbs_server_inst *server, struct bt_conn *conn) in primary_discover_complete()
2499 struct bt_tbs_server_inst *server; in bt_tbs_client_get_by_ccid() local
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c485 static int accept(struct bt_conn *conn, struct bt_l2cap_server *server, in accept()
520 struct bt_l2cap_server *server; in listen() local
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.cpp543 void TSSLSocketFactory::server(bool flag) in server() function in apache::thrift::transport::TSSLSocketFactory
549 bool TSSLSocketFactory::server() const in server() function in apache::thrift::transport::TSSLSocketFactory
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_net.c318 const char *server = CONFIG_LOG_BACKEND_NET_SERVER; in init_net() local
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c1140 struct bt_l2cap_server *server; in bt_l2cap_server_lookup_psm() local
1151 int bt_l2cap_server_register(struct bt_l2cap_server *server) in bt_l2cap_server_register()
1351 struct bt_l2cap_server *server, uint16_t scid, in l2cap_chan_accept()
1417 struct bt_l2cap_server *server) in l2cap_check_security()
1449 struct bt_l2cap_server *server; in le_conn_req() local
1531 struct bt_l2cap_server *server; in le_ecred_conn_req() local
Diso.c1346 int bt_iso_server_register(struct bt_iso_server *server) in bt_iso_server_register()
1382 int bt_iso_server_unregister(struct bt_iso_server *server) in bt_iso_server_unregister()
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_cli.c87 struct bt_mesh_proxy_server *server = &servers[i]; in bt_mesh_proxy_cli_relay() local
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dmain.c150 int server_accept_cb(struct bt_conn *conn, struct bt_l2cap_server *server, in server_accept_cb()
/Zephyr-latest/include/zephyr/modbus/
Dmodbus.h519 struct modbus_server_param server; member
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dmain.c149 int server_accept_cb(struct bt_conn *conn, struct bt_l2cap_server *server, in server_accept_cb()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_server.c60 static struct lwm2m_engine_obj server; variable
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Dbredr.c257 static int l2cap_accept(struct bt_conn *conn, struct bt_l2cap_server *server, in l2cap_accept()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c169 int server_accept_cb(struct bt_conn *conn, struct bt_l2cap_server *server, in server_accept_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c222 int server_accept_cb(struct bt_conn *conn, struct bt_l2cap_server *server, in server_accept_cb()
/Zephyr-latest/subsys/net/lib/dns/
Dresolve.c362 struct dns_server *server, in register_dispatcher()
1205 struct sockaddr *server; in dns_write() local
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py818 def run_server_and_client(self, server, client, **kwargs): argument

123