Searched refs:bt_rfcomm_dlc_send (Results 1 – 5 of 5) sorted by relevance
167 int bt_rfcomm_dlc_send(struct bt_rfcomm_dlc *dlc, struct net_buf *buf);
210 ret = bt_rfcomm_dlc_send(&rfcomm_dlc, buf); in cmd_send()
168 ret = bt_rfcomm_dlc_send(&hf->rfcomm_dlc, buf); in hfp_hf_send_cmd()
1461 int bt_rfcomm_dlc_send(struct bt_rfcomm_dlc *dlc, struct net_buf *buf) in bt_rfcomm_dlc_send() function
271 int err = bt_rfcomm_dlc_send(&ag->rfcomm_dlc, tx->buf); in hfp_ag_send()