Lines Matching refs:conn_lll
996 struct lll_conn *conn_lll; local
1024 conn_lll = &conn->lll;
1025 conn_lll->handle = 0xFFFF;
1027 if (!conn_lll->link_tx_free) {
1028 conn_lll->link_tx_free = &conn_lll->link_tx;
1031 memq_init(conn_lll->link_tx_free, &conn_lll->memq_tx.head,
1032 &conn_lll->memq_tx.tail);
1033 conn_lll->link_tx_free = NULL;
1035 conn_lll->packet_tx_head_len = 0;
1036 conn_lll->packet_tx_head_offset = 0;
1038 conn_lll->sn = 0;
1039 conn_lll->nesn = 0;
1040 conn_lll->empty = 0;
1046 conn_lll->phy_tx = lll->phy_s;
1047 conn_lll->phy_tx_time = lll->phy_s;
1048 conn_lll->phy_flags = lll->phy_flags;
1049 conn_lll->phy_rx = lll->phy_s;
1052 conn_lll->phy_tx = PHY_1M;
1053 conn_lll->phy_tx_time = PHY_1M;
1054 conn_lll->phy_flags = PHY_FLAGS_S8;
1055 conn_lll->phy_rx = PHY_1M;
1060 conn_lll->rssi_latest = BT_HCI_LE_RSSI_NOT_AVAILABLE;
1062 conn_lll->rssi_reported = BT_HCI_LE_RSSI_NOT_AVAILABLE;
1063 conn_lll->rssi_sample_count = 0;
1068 conn_lll->tx_pwr_lvl = RADIO_TXP_DEFAULT;
1072 conn_lll->role = 1;
1073 conn_lll->periph.initiated = 0;
1074 conn_lll->periph.cancelled = 0;
1075 conn_lll->periph.forced = 0;
1076 conn_lll->data_chan_sel = 0;
1077 conn_lll->data_chan_use = 0;
1078 conn_lll->event_counter = 0;
1080 conn_lll->latency_prepare = 0;
1081 conn_lll->latency_event = 0;
1082 conn_lll->periph.latency_enabled = 0;
1083 conn_lll->periph.window_widening_prepare_us = 0;
1084 conn_lll->periph.window_widening_event_us = 0;
1085 conn_lll->periph.window_size_prepare_us = 0;
1088 memset(&conn_lll->conn_meta, 0, sizeof(conn_lll->conn_meta));
1091 conn_lll->df_rx_cfg.is_initialized = 0U;
1092 conn_lll->df_rx_cfg.hdr.elem_size = sizeof(struct lll_df_conn_rx_params);
1095 conn_lll->df_tx_cfg.is_initialized = 0U;
1096 conn_lll->df_tx_cfg.cte_rsp_en = 0U;
1152 lll->conn = conn_lll;