Lines Matching +full:2 +full:mbps
50 * 2) Should we create pool of control pdu's?. Dont need more
197 ctrl_req.max_rx_time = get_le16(dptr + 2); in ble_ll_ctrl_len_proc()
254 req->interval_max = get_le16(dptr + 2); in ble_ll_ctrl_conn_param_pdu_proc()
354 rspbuf[2] = ble_err; in ble_ll_ctrl_conn_param_pdu_proc()
602 * BLE_HCI_LE_PHY_2M (2)
646 * -> if 2Mbps available, use it.
647 * -> If 1Mbps available, use it.
755 put_le16(ctrdata + 2, instant); in ble_ll_ctrl_phy_update_ind_make()
927 instant = get_le16(dptr + 2); in ble_ll_ctrl_rx_phy_update_ind()
1090 opcode = rxpdu->om_data[2]; in ble_ll_ctrl_enc_allowed_pdu_rx()
1179 * EDIV (2)
1252 * EDIV (2)
1432 put_le16(dptr + 2, req->interval_max); in ble_ll_ctrl_conn_param_pdu_make()
1440 put_le16(dptr + 2, hcu->conn_itvl_max); in ble_ll_ctrl_conn_param_pdu_make()
1789 rspbuf[2] = BLE_ERR_LMP_COLLISION; in ble_ll_ctrl_rx_conn_param_req()
1802 rspbuf[2] = BLE_ERR_DIFF_TRANS_COLL; in ble_ll_ctrl_rx_conn_param_req()
2219 opcode = dptr[2]; in ble_ll_ctrl_rx_pdu()
2230 /* Move data pointer to start of control data (2 byte PDU hdr + opcode) */ in ble_ll_ctrl_rx_pdu()
2294 rspbuf[2] = BLE_ERR_UNSUPP_REM_FEATURE; in ble_ll_ctrl_rx_pdu()
2504 rspbuf[2] = err; in ble_ll_ctrl_reject_ind_send()
2545 txpdu->om_data[2] != BLE_ERR_LMP_COLLISION) { in ble_ll_ctrl_tx_done()
2546 connsm->reject_reason = txpdu->om_data[2]; in ble_ll_ctrl_tx_done()