Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/ctrl_feature_exchange/src/
Dmain.c98 struct pdu_data_llctrl_feature_rsp exp_remote_feature_rsp; in ZTEST() local
106 sys_put_le64(exp_rsp_featureset[feat_counter], exp_remote_feature_rsp.features); in ZTEST()
127 ut_rx_pdu(LL_FEATURE_RSP, &ntf, &exp_remote_feature_rsp); in ZTEST()
157 ut_rx_pdu(LL_FEATURE_RSP, &ntf, &exp_remote_feature_rsp); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_data_length_update/src/
Dmain.c243 struct pdu_data_llctrl_feature_rsp exp_remote_feature_rsp; in ZTEST() local
247 sys_put_le64(0ULL, exp_remote_feature_rsp.features); in ZTEST()
280 ut_rx_pdu(LL_FEATURE_RSP, &ntf, &exp_remote_feature_rsp); in ZTEST()