Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_core.h2041 #define iso_capable(dev) (cis_capable(dev) || bis_capable(dev))
2054 #define bis_capable(dev) ((dev)->le_features[3] & HCI_LE_ISO_BROADCASTER) macro
2055 #define bis_enabled(dev) (le_enabled(dev) && bis_capable(dev))
/linux/net/bluetooth/
H A Diso.c351 if (!bis_capable(hdev)) { in iso_connect_bis()
H A Dhci_sync.c4420 if (bis_capable(hdev)) { in hci_le_set_event_mask_sync()
H A Dmgmt.c852 if (bis_capable(hdev)) in get_supported_settings()