Lines Matching full:coded
3020 struct ble_ll_scan_params *coded = &new_params[PHY_CODED]; in ble_ll_set_ext_scan_params() local
3038 coded->own_addr_type = cmd[0]; in ble_ll_set_ext_scan_params()
3046 coded->scan_filt_policy = cmd[1]; in ble_ll_set_ext_scan_params()
3087 coded->scan_type = cmd[idx]; in ble_ll_set_ext_scan_params()
3089 coded->scan_itvl = get_le16(cmd + idx); in ble_ll_set_ext_scan_params()
3091 coded->scan_window = get_le16(cmd + idx); in ble_ll_set_ext_scan_params()
3094 rc = ble_ll_check_scan_params(coded->scan_type, in ble_ll_set_ext_scan_params()
3095 coded->scan_itvl, in ble_ll_set_ext_scan_params()
3096 coded->scan_window); in ble_ll_set_ext_scan_params()
3102 coded->configured = 1; in ble_ll_set_ext_scan_params()
3109 if ((coded->configured && uncoded->configured) && in ble_ll_set_ext_scan_params()
3111 (coded->scan_itvl == coded-> scan_window))) { in ble_ll_set_ext_scan_params()
3114 coded-> scan_itvl = uncoded->scan_itvl; in ble_ll_set_ext_scan_params()
3115 coded->scan_window = uncoded->scan_window; in ble_ll_set_ext_scan_params()
3395 struct ble_ll_scan_params *coded; in ble_ll_scan_ext_initiator_start() local
3418 coded = &scansm->phy_data[PHY_CODED]; in ble_ll_scan_ext_initiator_start()
3420 coded->scan_itvl = params->scan_itvl; in ble_ll_scan_ext_initiator_start()
3421 coded->scan_window = params->scan_window; in ble_ll_scan_ext_initiator_start()
3422 coded->scan_type = BLE_SCAN_TYPE_INITIATE; in ble_ll_scan_ext_initiator_start()
3423 coded->scan_filt_policy = hcc->filter_policy; in ble_ll_scan_ext_initiator_start()
3436 (coded->scan_itvl == coded-> scan_window))) { in ble_ll_scan_ext_initiator_start()
3439 coded-> scan_itvl = uncoded->scan_itvl; in ble_ll_scan_ext_initiator_start()
3440 coded->scan_window = uncoded->scan_window; in ble_ll_scan_ext_initiator_start()