Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/include/
Dll_feat.h199 #define LL_FEAT_BIT_CIS_PERIPHERAL BIT64(BT_LE_FEAT_BIT_CIS_PERIPHERAL) macro
201 #define LL_FEAT_BIT_CIS_PERIPHERAL 0 macro
294 LL_FEAT_BIT_CIS_PERIPHERAL | \
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_features.h184 return LL_FEAT_BIT_CIS_PERIPHERAL != 0; in feature_iso_peripheral()
Dull_llcp_cc.c905 feature_unmask_peer_features(conn, LL_FEAT_BIT_CIS_PERIPHERAL); in lp_cc_st_wait_rx_cis_rsp()
912 feature_unmask_peer_features(conn, LL_FEAT_BIT_CIS_PERIPHERAL); in lp_cc_st_wait_rx_cis_rsp()