Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Drfcomm.h238 int rfcomm_dlc_close(struct rfcomm_dlc *d, int reason);
/openbmc/linux/net/bluetooth/rfcomm/
H A Dtty.c138 rfcomm_dlc_close(dev->dlc, 0); in rfcomm_dev_shutdown()
464 rfcomm_dlc_close(dev->dlc, 0); in __rfcomm_release_dev()
H A Dsock.c220 rfcomm_dlc_close(d, 0); in __rfcomm_sock_close()
H A Dcore.c503 int rfcomm_dlc_close(struct rfcomm_dlc *d, int err) in rfcomm_dlc_close() function