Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/subsys/bluetooth/host/
Dscan.c197 struct bt_hci_ext_scan_phy *phy_coded = NULL; in start_le_scan_ext() local
216 phy_coded = &param_coded; in start_le_scan_ext()
226 (phy_coded && phy_coded->type == BT_HCI_LE_SCAN_ACTIVE); in start_le_scan_ext()
247 (phy_coded ? sizeof(*phy_coded) : 0)); in start_le_scan_ext()
264 if (phy_coded) { in start_le_scan_ext()
266 net_buf_add_mem(buf, phy_coded, sizeof(*phy_coded)); in start_le_scan_ext()