Searched refs:llctrl (Results 1 – 7 of 7) sorted by relevance
177 offsetof(struct pdu_data, llctrl) + \1180 pdu_tx->llctrl.opcode =1182 pdu_tx->llctrl.terminate_ind.error_code =2241 ((pdu_data_tx->llctrl.opcode !=2243 (pdu_data_tx->llctrl.opcode !=2389 ((pdu_data_tx->llctrl.opcode ==2391 (pdu_data_tx->llctrl.opcode ==2412 ((pdu_data_tx->llctrl.opcode ==2414 (pdu_data_tx->llctrl.opcode ==2524 pdu_ctrl_tx->llctrl.opcode = PDU_DATA_LLCTRL_TYPE_CONN_UPDATE_IND;[all …]
312 llctrl.conn_update_ind.win_offset); in ull_sched_mfy_win_offset_select()317 pdu_ctrl_tx->llctrl.opcode = in ull_sched_mfy_win_offset_select()319 pdu_ctrl_tx->llctrl.reject_ext_ind.reject_opcode = in ull_sched_mfy_win_offset_select()321 pdu_ctrl_tx->llctrl.reject_ext_ind.error_code = in ull_sched_mfy_win_offset_select()
607 pdu_data_tx->llctrl.opcode = in ll_enc_req_send()610 &pdu_data_tx->llctrl.enc_req; in ll_enc_req_send()626 pdu_data_tx->llctrl.opcode = in ll_enc_req_send()
778 struct pdu_data_llctrl llctrl; member
642 return len <= (offsetof(struct pdu_data, llctrl) + in ctrl_pdu_len_check()753 llctrl)); in isr_rx_pdu()
678 return len <= (offsetof(struct pdu_data, llctrl) + in ctrl_pdu_len_check()824 llctrl)); in isr_rx_pdu()
6317 memcpy(&sep->rand, pdu_data->llctrl.enc_req.rand, sizeof(uint64_t));6318 memcpy(&sep->ediv, pdu_data->llctrl.enc_req.ediv, sizeof(uint16_t));6355 &pdu_data->llctrl.feature_rsp.features[0],6366 switch (pdu_data->llctrl.unknown_rsp.type) {6373 BT_WARN("type: 0x%02x", pdu_data->llctrl.unknown_rsp.type);6396 sep->interval_min = pdu_data->llctrl.conn_param_req.interval_min;6397 sep->interval_max = pdu_data->llctrl.conn_param_req.interval_max;6398 sep->latency = pdu_data->llctrl.conn_param_req.latency;6399 sep->timeout = pdu_data->llctrl.conn_param_req.timeout;6417 sep->max_tx_octets = pdu_data->llctrl.length_rsp.max_tx_octets;[all …]