Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dscan.c196 struct bt_hci_ext_scan_phy *phy_1m = NULL; in start_le_scan_ext() local
204 phy_1m = &param_1m; in start_le_scan_ext()
225 active_scan = (phy_1m && phy_1m->type == BT_HCI_LE_SCAN_ACTIVE) || in start_le_scan_ext()
246 (phy_1m ? sizeof(*phy_1m) : 0) + in start_le_scan_ext()
259 if (phy_1m) { in start_le_scan_ext()
261 net_buf_add_mem(buf, phy_1m, sizeof(*phy_1m)); in start_le_scan_ext()