Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_core.h2042 #define iso_enabled(dev) (le_enabled(dev) && iso_capable(dev)) macro
/linux/net/bluetooth/
H A Dhci_sync.c4573 cp.bit_value = iso_enabled(hdev) ? 0x01 : 0x00; in hci_le_set_host_feature_sync()