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
976 if (skb->len > MTK_ISO_THRESHOLD) in btmtk_isopkt_pad()
979 if (skb_pad(skb, MTK_ISO_THRESHOLD - skb->len)) in btmtk_isopkt_pad()
982 __skb_put(skb, MTK_ISO_THRESHOLD - skb->len); in btmtk_isopkt_pad()