Searched refs:pdu_data_llctrl_length_req (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_data_length_update/src/ |
D | main.c | 88 struct pdu_data_llctrl_length_req local_length_req = { 251, 2120, 211, 1800 }; in ZTEST() 155 struct pdu_data_llctrl_length_req local_length_req = { 251, 2120, 211, 1800 }; in ZTEST() 339 struct pdu_data_llctrl_length_req local_length_req = { 251, 2120, 211, 1800 }; in ZTEST() 441 struct pdu_data_llctrl_length_req local_length_req = { 251, 2120, 211, 1800 }; in ZTEST() 514 struct pdu_data_llctrl_length_req local_length_req = { 251, 2120, 211, 1800 }; in ZTEST() 517 struct pdu_data_llctrl_length_req local_length_req2 = { 251, 2120, 211, 1800 }; in ZTEST() 582 struct pdu_data_llctrl_length_req local_length_req = { 251, 2120, 211, 1800 }; in ZTEST() 641 struct pdu_data_llctrl_length_req remote_length_req = { 27, 328, 251, 2120 }; in ZTEST() 700 struct pdu_data_llctrl_length_req remote_length_req = { 27, 328, 201, 1720 }; in ZTEST() 763 struct pdu_data_llctrl_length_req remote_length_req = { 27, 328, 211, 1800 }; in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | pdu.h | 764 struct pdu_data_llctrl_length_req { struct 936 struct pdu_data_llctrl_length_req length_req;
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_pdu.c | 354 struct pdu_data_llctrl_length_req *p = param; in helper_pdu_encode_length_req() 358 sizeof(struct pdu_data_llctrl_length_req); in helper_pdu_encode_length_req() 1006 struct pdu_data_llctrl_length_req *p = param; in helper_pdu_verify_length_req() 1012 sizeof(struct pdu_data_llctrl_length_req), in helper_pdu_verify_length_req()
|