Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dll_feat.c34 static uint64_t host_features; variable
65 host_features |= feature; in ll_set_host_feature()
67 host_features &= ~feature; in ll_set_host_feature()
75 host_features = 0U; in ll_feat_reset()
80 return LL_FEAT | (host_features & LL_FEAT_HOST_BIT_MASK); in ll_feat_get()