Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dscan.c168 static int start_le_scan_ext(struct bt_hci_ext_scan_phy *phy_1m, in start_le_scan_ext() argument
178 active_scan = (phy_1m && phy_1m->type == BT_HCI_LE_SCAN_ACTIVE) || in start_le_scan_ext()
199 (phy_1m ? sizeof(*phy_1m) : 0) + in start_le_scan_ext()
216 if (phy_1m) { in start_le_scan_ext()
218 net_buf_add_mem(buf, phy_1m, sizeof(*phy_1m)); in start_le_scan_ext()
1611 struct bt_hci_ext_scan_phy *phy_1m = NULL; in bt_le_scan_start() local
1619 phy_1m = &param_1m; in bt_le_scan_start()
1636 err = start_le_scan_ext(phy_1m, phy_coded, param->timeout); in bt_le_scan_start()