Home
last modified time | relevance | path

Searched refs:bt_rfcomm_dlc_send (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Drfcomm.h167 int bt_rfcomm_dlc_send(struct bt_rfcomm_dlc *dlc, struct net_buf *buf);
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Drfcomm.c210 ret = bt_rfcomm_dlc_send(&rfcomm_dlc, buf); in cmd_send()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_hf.c168 ret = bt_rfcomm_dlc_send(&hf->rfcomm_dlc, buf); in hfp_hf_send_cmd()
Drfcomm.c1461 int bt_rfcomm_dlc_send(struct bt_rfcomm_dlc *dlc, struct net_buf *buf) in bt_rfcomm_dlc_send() function
Dhfp_ag.c271 int err = bt_rfcomm_dlc_send(&ag->rfcomm_dlc, tx->buf); in hfp_ag_send()