Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Drfcomm.h154 int bt_rfcomm_dlc_connect(struct bt_conn *conn, struct bt_rfcomm_dlc *dlc,
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Drfcomm.c183 err = bt_rfcomm_dlc_connect(default_conn, &rfcomm_dlc, channel); in cmd_connect()
/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm.c1659 int bt_rfcomm_dlc_connect(struct bt_conn *conn, struct bt_rfcomm_dlc *dlc, in bt_rfcomm_dlc_connect() function
Dhfp_ag.c1824 err = bt_rfcomm_dlc_connect(conn, &(*ag)->rfcomm_dlc, channel); in bt_hfp_ag_connect()