Searched refs:req_peripheral (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/ |
D | main.c | 324 struct pdu_data_llctrl_phy_req req_peripheral = { .rx_phys = PHY_1M, .tx_phys = PHY_2M }; in ZTEST() local 350 lt_tx(LL_PHY_REQ, &conn, &req_peripheral); in ZTEST() 496 struct pdu_data_llctrl_phy_req req_peripheral = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST() local 526 lt_rx(LL_PHY_REQ, &conn, &tx, &req_peripheral); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/ |
D | main.c | 1070 struct pdu_data_llctrl_phy_req req_peripheral = { .rx_phys = PHY_1M, .tx_phys = PHY_2M }; in ZTEST() local 1095 lt_tx(LL_PHY_REQ, &conn, &req_peripheral); in ZTEST() 1262 struct pdu_data_llctrl_phy_req req_peripheral = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST() local 1292 lt_rx(LL_PHY_REQ, &conn, &tx, &req_peripheral); in ZTEST()
|