Searched refs:BT_LE_FEAT_BIT_CIS_PERIPHERAL (Results 1 – 6 of 6) sorted by relevance
179 return (conn->llcp.fex.features_peer & BIT64(BT_LE_FEAT_BIT_CIS_PERIPHERAL)) != 0; in feature_peer_iso_peripheral()
188 (featureset >> BT_LE_FEAT_BIT_CIS_PERIPHERAL)) & 0x01; in features_used()190 (x << BT_LE_FEAT_BIT_CIS_PERIPHERAL); in features_used()
648 conn.llcp.fex.features_peer |= BIT64(BT_LE_FEAT_BIT_CIS_PERIPHERAL); in ZTEST()800 conn.llcp.fex.features_peer |= BIT64(BT_LE_FEAT_BIT_CIS_PERIPHERAL); in ZTEST()853 zassert_equal(conn.llcp.fex.features_peer & BIT64(BT_LE_FEAT_BIT_CIS_PERIPHERAL), 0); in ZTEST()
199 #define LL_FEAT_BIT_CIS_PERIPHERAL BIT64(BT_LE_FEAT_BIT_CIS_PERIPHERAL)
190 #define BT_LE_FEAT_BIT_CIS_PERIPHERAL 29 macro250 BT_LE_FEAT_BIT_CIS_PERIPHERAL)
130 * ``BT_LE_FEAT_BIT_CIS_SLAVE`` is now ``BT_LE_FEAT_BIT_CIS_PERIPHERAL``