Lines Matching full:phy
521 * Do scan machine clean up on PHY disabled
997 int *phy) in ble_ll_get_chan_to_scan() argument
1005 *phy = scanphy->phy; in ble_ll_get_chan_to_scan()
1010 *phy = aux_data->aux_phy; in ble_ll_get_chan_to_scan()
1013 *phy = scanphy->phy; in ble_ll_get_chan_to_scan()
1034 int phy; in ble_ll_scan_start() local
1036 ble_ll_get_chan_to_scan(scansm, &scan_chan, &phy); in ble_ll_scan_start()
1068 phy_mode = ble_ll_phy_to_phy_mode(phy, BLE_HCI_LE_PHY_CODED_ANY); in ble_ll_scan_start()
1303 /* Disable phy */ in ble_ll_scan_sm_stop()
1382 /* PHY is changing in ble_ll_scan_start() */ in ble_ll_scan_switch_phy()
1386 * Called to change PHY if needed and set new event time
1401 /* Lets check if we want to switch to other PHY */ in ble_ll_scan_start_next_phy()
1410 /* Store next event for current phy */ in ble_ll_scan_start_next_phy()
1413 /* Other PHY already wanted to scan. Allow it */ in ble_ll_scan_start_next_phy()
1418 /* Start with new channel only if PHY was scanning already */ in ble_ll_scan_start_next_phy()
1518 /* Check if we should start next phy. If so let's say we are inside in ble_ll_scan_event_proc()
1537 /* Must disable PHY since we will move to a new channel */ in ble_ll_scan_event_proc()
1542 /* PHY is disabled - make sure we do not wait for AUX_CONNECT_RSP */ in ble_ll_scan_event_proc()
1546 /* Must disable PHY since we will move to a new channel */ in ble_ll_scan_event_proc()
1866 /* Only for first ext adv we want to keep primary phy.*/ in ble_ll_scan_get_aux_data()
1867 new_aux->aux_primary_phy = ble_hdr->rxinfo.phy; in ble_ll_scan_get_aux_data()
2025 /* In the event we need information on primary and secondary PHY used during in ble_ll_scan_parse_ext_hdr()
2029 out_evt->prim_phy = ble_hdr->rxinfo.phy; in ble_ll_scan_parse_ext_hdr()
2192 * < 0: Disable the phy after reception.
2193 * == 0: Success. Do not disable the PHY.
2194 * > 0: Do not disable PHY as that has already been done.
2227 * return 0 in this case because we dont want the phy disabled. in ble_ll_scan_rx_isr_end()
2397 phy_mode = ble_ll_phy_to_phy_mode(ble_hdr->rxinfo.phy, in ble_ll_scan_rx_isr_end()
2404 /* XXX: TODO assume we are on correct phy */ in ble_ll_scan_rx_isr_end()
3049 /* Check if no reserved bits in PHYS are set and that at least one valid PHY in ble_ll_set_ext_scan_params()
3077 /* That means user whats to use this PHY for scanning */ in ble_ll_set_ext_scan_params()
3101 /* That means user whats to use this PHY for scanning */ in ble_ll_set_ext_scan_params()
3306 /* Take own_addr_type from the first configured PHY. in ble_ll_scan_set_enable()
3565 scansm->phy_data[PHY_UNCODED].phy = BLE_PHY_1M; in ble_ll_scan_common_init()
3567 scansm->phy_data[PHY_CODED].phy = BLE_PHY_CODED; in ble_ll_scan_common_init()