Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dl2cap.h257 #define L2CAP_PSM_RFCOMM 0x0003 macro
/linux-6.1.9/net/bluetooth/rfcomm/
Dcore.c804 addr.l2_psm = cpu_to_le16(L2CAP_PSM_RFCOMM); in rfcomm_session_create()
2063 addr.l2_psm = cpu_to_le16(L2CAP_PSM_RFCOMM); in rfcomm_add_listener()
/linux-6.1.9/net/bluetooth/
Dl2cap_sock.c149 __le16_to_cpu(la.l2_psm) == L2CAP_PSM_RFCOMM) in l2cap_sock_bind()