Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h641 bool iso_enabled(void);
653 static inline bool iso_enabled(void) in iso_enabled() function
/openbmc/linux/net/bluetooth/
H A Diso.c2171 bool iso_enabled(void) in iso_enabled() function
H A Dmgmt.c4445 flags = iso_enabled() ? BIT(0) : 0; in read_exp_features_info()