Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtmtk.c26 #define MTK_ISO_THRESHOLD 264 macro
971 if (skb->len > MTK_ISO_THRESHOLD) in btmtk_isopkt_pad()
974 if (skb_pad(skb, MTK_ISO_THRESHOLD - skb->len)) in btmtk_isopkt_pad()
977 __skb_put(skb, MTK_ISO_THRESHOLD - skb->len); in btmtk_isopkt_pad()