Searched refs:BT_RFCOMM_DLCI (Results 1 – 2 of 2) sorted by relevance
187 #define BT_RFCOMM_DLCI(role, channel) ((((channel) & 0x1f) << 1) | \ macro
1693 dlci = BT_RFCOMM_DLCI(session->role, channel); in bt_rfcomm_dlc_connect()