Searched refs:pdu_data_llctrl_length_rsp (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_data_length_update/src/ |
D | main.c | 89 struct pdu_data_llctrl_length_rsp remote_length_rsp = { 201, 1720, 251, 2120 }; in ZTEST() 90 struct pdu_data_llctrl_length_rsp length_ntf = { 251, 2120, 201, 1720 }; in ZTEST() 442 struct pdu_data_llctrl_length_rsp remote_length_rsp = { 27, 328, 27, 328 }; in ZTEST() 515 struct pdu_data_llctrl_length_rsp remote_length_rsp = { 101, 920, 251, 2120 }; in ZTEST() 516 struct pdu_data_llctrl_length_rsp length_ntf = { 251, 2120, 101, 920 }; in ZTEST() 518 struct pdu_data_llctrl_length_rsp remote_length_rsp2 = { 101, 920, 251, 2120 }; in ZTEST() 583 struct pdu_data_llctrl_length_rsp remote_length_rsp = { 211, 1800, 251, 2120 }; in ZTEST() 584 struct pdu_data_llctrl_length_rsp length_ntf = { 251, 2120, 211, 1800 }; in ZTEST() 642 struct pdu_data_llctrl_length_rsp local_length_rsp = { 251, 2120, 211, 1800 }; in ZTEST() 643 struct pdu_data_llctrl_length_rsp length_ntf = { 251, 2120, 27, 328 }; in ZTEST() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | pdu.h | 771 struct pdu_data_llctrl_length_rsp { struct 937 struct pdu_data_llctrl_length_rsp length_rsp;
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_pdu.c | 369 struct pdu_data_llctrl_length_rsp *p = param; in helper_pdu_encode_length_rsp() 373 sizeof(struct pdu_data_llctrl_length_rsp); in helper_pdu_encode_length_rsp() 1029 struct pdu_data_llctrl_length_rsp *p = param; in helper_pdu_verify_length_rsp() 1035 sizeof(struct pdu_data_llctrl_length_rsp), in helper_pdu_verify_length_rsp()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/ |
D | main.c | 893 struct pdu_data_llctrl_length_rsp length_ntf = { in check_phy_update()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/ |
D | main.c | 127 struct pdu_data_llctrl_length_rsp length_ntf = { in ZTEST()
|