Home
last modified time | relevance | path

Searched refs:bt_rfcomm_server (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Drfcomm.h128 struct bt_rfcomm_server { struct
152 int (*accept)(struct bt_conn *conn, struct bt_rfcomm_server *server, argument
155 struct bt_rfcomm_server *_next; argument
168 int bt_rfcomm_server_register(struct bt_rfcomm_server *server);
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Drfcomm.c129 static int rfcomm_accept(struct bt_conn *conn, struct bt_rfcomm_server *server, in rfcomm_accept()
144 struct bt_rfcomm_server rfcomm_server = {
/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm.c52 static struct bt_rfcomm_server *servers;
171 static struct bt_rfcomm_server *rfcomm_server_lookup_channel(uint8_t channel) in rfcomm_server_lookup_channel()
173 struct bt_rfcomm_server *server; in rfcomm_server_lookup_channel()
200 int bt_rfcomm_server_register(struct bt_rfcomm_server *server) in bt_rfcomm_server_register()
487 struct bt_rfcomm_server *server; in rfcomm_dlc_accept()
Dhfp_hf.c719 static int bt_hfp_hf_accept(struct bt_conn *conn, struct bt_rfcomm_server *server, in bt_hfp_hf_accept()
814 static struct bt_rfcomm_server chan = { in hfp_hf_init()