Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_core.h2043 #define iso_capable(dev) (cis_capable(dev) || bis_capable(dev)) macro
2044 #define iso_enabled(dev) (le_enabled(dev) && iso_capable(dev))
/linux/drivers/bluetooth/
H A Dbtintel.c2679 if (iso_capable(hdev) && hci_skb_pkt_type(skb) == HCI_ACLDATA_PKT) { in btintel_classify_pkt_type()
/linux/net/bluetooth/
H A Dhci_sync.c4012 if (iso_capable(hdev) && hdev->commands[41] & 0x20) in hci_le_read_local_features_sync()