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.h111 struct bt_rfcomm_server { struct
127 struct bt_rfcomm_server *_next; argument
140 int bt_rfcomm_server_register(struct bt_rfcomm_server *server);
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Drfcomm.c142 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()
470 struct bt_rfcomm_server *server; in rfcomm_dlc_accept()
Dhfp_hf.c813 static struct bt_rfcomm_server chan = { in hfp_hf_init()