Home
last modified time | relevance | path

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

/Zephyr-4.3.0/tests/bsim/bluetooth/samples/
Dcompile.sh33 conf_overlay=overlay-phy_coded.conf \
38 conf_overlay=${ZEPHYR_BASE}/samples/bluetooth/central_hr/overlay-phy_coded.conf \
/Zephyr-4.3.0/subsys/bluetooth/host/
Dscan.c208 struct bt_hci_ext_scan_phy *phy_coded = NULL; in start_le_scan_ext() local
227 phy_coded = &param_coded; in start_le_scan_ext()
237 (phy_coded && phy_coded->type == BT_HCI_LE_SCAN_ACTIVE); in start_le_scan_ext()
272 if (phy_coded) { in start_le_scan_ext()
274 net_buf_add_mem(buf, phy_coded, sizeof(*phy_coded)); in start_le_scan_ext()