Home
last modified time | relevance | path

Searched refs:rfcomm_dlc_exists (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/bluetooth/
H A Drfcomm.h244 struct rfcomm_dlc *rfcomm_dlc_exists(bdaddr_t *src, bdaddr_t *dst, u8 channel);
/openbmc/linux/net/bluetooth/rfcomm/
H A Dtty.c414 dlc = rfcomm_dlc_exists(&req.src, &req.dst, req.channel); in __rfcomm_create_dev()
H A Dcore.c537 struct rfcomm_dlc *rfcomm_dlc_exists(bdaddr_t *src, bdaddr_t *dst, u8 channel) in rfcomm_dlc_exists() function