Searched refs:phy_1m (Results 1 – 1 of 1) sorted by relevance
168 static int start_le_scan_ext(struct bt_hci_ext_scan_phy *phy_1m, in start_le_scan_ext() argument178 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() local1619 phy_1m = ¶m_1m; in bt_le_scan_start()1636 err = start_le_scan_ext(phy_1m, phy_coded, param->timeout); in bt_le_scan_start()