Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dbluetooth.h628 bool iso_enabled(void);
640 static inline bool iso_enabled(void) in iso_enabled() function
/Linux-v6.6/net/bluetooth/
Diso.c2033 bool iso_enabled(void) in iso_enabled() function
Dmgmt.c4473 flags = iso_enabled() ? BIT(0) : 0; in read_exp_features_info()